Class TransactionLocation


  • public abstract class TransactionLocation
    extends Object
    Transaction position in the blockchain. Enumeration begins from 0.
    • Constructor Detail

      • TransactionLocation

        public TransactionLocation()
    • Method Detail

      • getHeight

        @SerializedName("block_height")
        public abstract long getHeight()
        Height of the block where the transaction was committed.
      • getIndexInBlock

        @SerializedName("position_in_block")
        public abstract long getIndexInBlock()
        Zero-based position of this transaction in the block. Transactions executed in the ascending order of these indices.