Export

TxSignersResponse

interface TxSignersResponse {
    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

TxSignersResponse

consensus_height?: number

the thorchain height at which the inbound reached consensus

Memberof

TxSignersResponse

finalised_height?: number

the thorchain height at which the outbound was finalised

Memberof

TxSignersResponse

out_txs: Tx[]

Memberof

TxSignersResponse

outbound_height?: number

the thorchain height for which the outbound was scheduled

Memberof

TxSignersResponse

reverted?: boolean

Memberof

TxSignersResponse

Memberof

TxSignersResponse

tx_id?: string

Memberof

TxSignersResponse

txs: ObservedTx[]

Memberof

TxSignersResponse

updated_vault?: boolean

Memberof

TxSignersResponse

Generated using TypeDoc