Class BalanceHoldWithProof


  • public class BalanceHoldWithProof
    extends java.lang.Object
    Holds active at the requested point in time.
    • Constructor Detail

      • BalanceHoldWithProof

        public BalanceHoldWithProof()
      • BalanceHoldWithProof

        public BalanceHoldWithProof​(long time,
                                    java.math.BigInteger amount,
                                    java.lang.String proof)
    • Method Detail

      • getTime

        public long getTime()
        The block time at which the hold was created.
      • getAmount

        public java.math.BigInteger getAmount()
        The amount in the hold.
      • getProof

        public java.lang.String getProof()
        A proof that the given value is present in the Merkle trie.
      • setTime

        public void setTime​(long time)
        The block time at which the hold was created.
      • setAmount

        public void setAmount​(java.math.BigInteger amount)
        The amount in the hold.
      • setProof

        public void setProof​(java.lang.String proof)
        A proof that the given value is present in the Merkle trie.