Interface TxStagesResponseOutboundDelay

Export

TxStagesResponseOutboundDelay

interface TxStagesResponseOutboundDelay {
    completed: boolean;
    remaining_delay_blocks?: number;
    remaining_delay_seconds?: number;
}

Properties

completed: boolean

returns true if no transaction outbound delay remains

Memberof

TxStagesResponseOutboundDelay

remaining_delay_blocks?: number

the number of remaining THORChain blocks the outbound will be delayed

Memberof

TxStagesResponseOutboundDelay

remaining_delay_seconds?: number

the estimated remaining seconds of the outbound delay before it will be sent

Memberof

TxStagesResponseOutboundDelay

Generated using TypeDoc