Consensus withdraw call.

interface ConsensusWithdraw {
    amount: BaseUnits;
    to?: Uint8Array;
}

Properties

Properties

amount: BaseUnits
to?: Uint8Array