org.tbk.electrum.bitcoinj.model.BitcoinjBalance Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tbk-electrum-daemon-client-bitcoinj Show documentation
Show all versions of tbk-electrum-daemon-client-bitcoinj Show documentation
electrum daemon jsonrpc client bitcoinj extension package
The newest version!
package org.tbk.electrum.bitcoinj.model;
import org.bitcoinj.core.Coin;
public interface BitcoinjBalance {
Coin getConfirmed();
Coin getUnconfirmed();
Coin getUnmatured();
Coin getTotal();
Coin getSpendable();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy