Export

TxResponse

interface TxResponse {
    consensus_height?: number;
    finalised_height?: number;
    keysign_metric?: TssKeysignMetric;
    observed_tx?: ObservedTx;
    outbound_height?: number;
}

Properties

consensus_height?: number

the thorchain height at which the inbound reached consensus

Memberof

TxResponse

finalised_height?: number

the thorchain height at which the outbound was finalised

Memberof

TxResponse

keysign_metric?: TssKeysignMetric

Memberof

TxResponse

observed_tx?: ObservedTx

Memberof

TxResponse

outbound_height?: number

the thorchain height for which the outbound was scheduled

Memberof

TxResponse

Generated using TypeDoc