GetTxWithMetaResponse

data class GetTxWithMetaResponse(txid: ByteVector32, tx_opt: Transaction?, lastBlockTimestamp: Long)

Properties

lastBlockTimestamp
Link copied to clipboard
common
val lastBlockTimestamp: Long
tx_opt
Link copied to clipboard
common
val tx_opt: Transaction?
txid
Link copied to clipboard
common
val txid: ByteVector32