Export

TxDetailsResponse

interface TxDetailsResponse {
    actions: TxOutItem[];
    consensus_height?: number;
    finalised_height?: number;
    out_txs: Tx[];
    outbound_height?: number;
    reverted?: boolean;
    tx: ObservedTx;
    tx_id?: string;
    txs: ObservedTx[];
    updated_vault?: boolean;
}

Properties

actions: TxOutItem[]

Memberof

TxDetailsResponse

consensus_height?: number

the thorchain height at which the inbound reached consensus

Memberof

TxDetailsResponse

finalised_height?: number

the thorchain height at which the outbound was finalised

Memberof

TxDetailsResponse

out_txs: Tx[]

Memberof

TxDetailsResponse

outbound_height?: number

the thorchain height for which the outbound was scheduled

Memberof

TxDetailsResponse

reverted?: boolean

Memberof

TxDetailsResponse

Memberof

TxDetailsResponse

tx_id?: string

Memberof

TxDetailsResponse

txs: ObservedTx[]

Memberof

TxDetailsResponse

updated_vault?: boolean

Memberof

TxDetailsResponse

Generated using TypeDoc