Class ConfirmedTransaction

  • All Implemented Interfaces:
    Transaction

    public class ConfirmedTransaction
    extends java.lang.Object
    implements Transaction
    • Method Detail

      • getVersion

        public java.math.BigInteger getVersion()
        Specified by:
        getVersion in interface Transaction
      • getFee

        public java.math.BigInteger getFee()
      • getValue

        public java.math.BigInteger getValue()
        Specified by:
        getValue in interface Transaction
      • getNid

        public java.math.BigInteger getNid()
        Specified by:
        getNid in interface Transaction
      • getNonce

        public java.math.BigInteger getNonce()
        Specified by:
        getNonce in interface Transaction
      • getTxHash

        public Bytes getTxHash()
      • getTxIndex

        public java.math.BigInteger getTxIndex()
      • getBlockHeight

        public java.math.BigInteger getBlockHeight()
      • getBlockHash

        public Bytes getBlockHash()
      • getSignature

        public java.lang.String getSignature()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object