Export

KeysignInfo

interface KeysignInfo {
    height?: number;
    tx_array: TxOutItem[];
}

Properties

Properties

height?: number

the block(s) in which a tx out item is scheduled to be signed and moved from the scheduled outbound queue to the outbound queue

Memberof

KeysignInfo

tx_array: TxOutItem[]

Memberof

KeysignInfo

Generated using TypeDoc