Class BalanceHoldKey

    • Constructor Detail

      • BalanceHoldKey

        public BalanceHoldKey​(BalanceHoldAddr balanceHoldAddr,
                              byte[] urefAddr,
                              java.math.BigInteger blockTime)
      • BalanceHoldKey

        public BalanceHoldKey()
    • Method Detail

      • fromStringCustom

        protected void fromStringCustom​(java.lang.String strKey)
        Overrides:
        fromStringCustom in class Key
      • getBalanceHoldAddr

        public BalanceHoldAddr getBalanceHoldAddr()
        Gas hold variant.
      • getUrefAddr

        public byte[] getUrefAddr()
        The address of the purse this hold is on.
      • getBlockTime

        public java.math.BigInteger getBlockTime()
        The block time this hold was placed.
      • setBalanceHoldAddr

        public void setBalanceHoldAddr​(BalanceHoldAddr balanceHoldAddr)
        Gas hold variant.
      • setUrefAddr

        public void setUrefAddr​(byte[] urefAddr)
        The address of the purse this hold is on.
      • setBlockTime

        public void setBlockTime​(java.math.BigInteger blockTime)
        The block time this hold was placed.