Interface CardanoTransactionStatusResponse

interface CardanoTransactionStatusResponse {
    block: number;
    blockTime: number;
    fees: string;
    slot: number;
    txHash: string;
}

Properties

block: number

The block number of the transaction

Example

123123123
blockTime: number

The block number of the transaction

Example

1635505891
fees: string

The fees of the transaction

Example

1000000
slot: number

The slot number of the transaction

Example

42000000
txHash: string

The transaction hash of the submitted transaction

Example

"0x1234567890abcdef..."