Interface ResponseTxInfo

Interface representing the response of a transaction information request. ResponseTxInfo

interface ResponseTxInfo {
    block_hash?: string;
    block_height?: number;
    block_time?: number;
    status: TxsStatus;
    txid: string;
}

Properties

block_hash?: string
block_height?: number
block_time?: number
status: TxsStatus
txid: string