Interface RootHashStakingMessage

StakingMessage is a runtime message that allows a runtime to perform staking operations.

interface RootHashStakingMessage {
    add_escrow?: StakingEscrow;
    reclaim_escrow?: StakingReclaimEscrow;
    transfer?: StakingTransfer;
    v: number;
    withdraw?: StakingWithdraw;
}

Hierarchy (view full)

Properties

add_escrow?: StakingEscrow
reclaim_escrow?: StakingReclaimEscrow
transfer?: StakingTransfer
v: number
withdraw?: StakingWithdraw