Interface TxStagesResponseInboundConfirmationCounted

Export

TxStagesResponseInboundConfirmationCounted

interface TxStagesResponseInboundConfirmationCounted {
    chain?: string;
    completed: boolean;
    counting_start_height?: number;
    external_confirmation_delay_height?: number;
    external_observed_height?: number;
    remaining_confirmation_seconds?: number;
}

Properties

chain?: string

the external source chain for which confirmation counting takes place

Memberof

TxStagesResponseInboundConfirmationCounted

completed: boolean

returns true if no transaction confirmation counting remains to be done

Memberof

TxStagesResponseInboundConfirmationCounted

counting_start_height?: number

the THORChain block height when confirmation counting began

Memberof

TxStagesResponseInboundConfirmationCounted

external_confirmation_delay_height?: number

the block height on the external source chain when confirmation counting will be complete

Memberof

TxStagesResponseInboundConfirmationCounted

external_observed_height?: number

the block height on the external source chain when the transaction was observed

Memberof

TxStagesResponseInboundConfirmationCounted

remaining_confirmation_seconds?: number

the estimated remaining seconds before confirmation counting completes

Memberof

TxStagesResponseInboundConfirmationCounted

Generated using TypeDoc