Class AddressBalanceInfo

java.lang.Object
org.consensusj.bitcoin.json.pojo.bitcore.AddressBalanceInfo

public class AddressBalanceInfo extends Object
Result of OmniCore/BitCore getaddressbalance method.
  • Constructor Details

    • AddressBalanceInfo

      public AddressBalanceInfo(long balance, long received, long immature)
  • Method Details

    • getBalance

      public org.bitcoinj.base.Coin getBalance()
      Returns:
      the current balance in satoshis
    • getReceived

      public org.bitcoinj.base.Coin getReceived()
      Returns:
      the total number of satoshis received (including change)
    • getImmature

      public org.bitcoinj.base.Coin getImmature()
      Returns:
      the total number of non-spendable mining satoshis received