Consensus deposit call.

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

Properties

Properties

amount: BaseUnits
to?: Uint8Array