Preparing search index...
The search index is not available
@oasisprotocol/client
@oasisprotocol/client
types
RootHashStakingMessage
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
)
CBORVersioned
RootHashStakingMessage
Index
Properties
add_
escrow?
reclaim_
escrow?
transfer?
v
withdraw?
Properties
Optional
add_
escrow
add_
escrow
?:
StakingEscrow
Optional
reclaim_
escrow
reclaim_
escrow
?:
StakingReclaimEscrow
Optional
transfer
transfer
?:
StakingTransfer
v
v
:
number
Optional
withdraw
withdraw
?:
StakingWithdraw
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add_
escrow
reclaim_
escrow
transfer
v
withdraw
@oasisprotocol/client
Loading...
StakingMessage is a runtime message that allows a runtime to perform staking operations.