Messages
near
staking
Stake

near.staking.stake

An account staked tokens to a validator.

Schema

FieldRequiredData typeExplanationExample
__typeYesstringAlways "near.staking.stake"."near.staking.stake"
delegatorYesstringNear address of the user who staked.iloveleapwallet.near
validatorYesstringNear address of the validator."staked.poolv1.near"
quantityYesstringamount of near that has been staked in yoctoNear."100000000000000000000000"

Example

{
  "__type": "near.staking.stake",
  "delegator": "iloveleapwallet.near",
  "validator": "staked.poolv1.near",
  "quantity": "100000000000000000000000",
}