Messages
near
staking
Unstake All

near.staking.unstakeAll

An account unstaked all the tokens from a validator.

Schema

FieldRequiredData typeExplanationExample
__typeYesstringAlways "near.staking.unstakeAll"."near.staking.unstakeAll"
delegatorYesstringNear address of the user who staked.iloveleapwallet.near
validatorYesstringNear address of the validator."staked.poolv1.near"

Example

{
  "__type": "near.staking.unstakeAll",
  "delegator": "iloveleapwallet.near",
  "validator": "staked.poolv1.near"
}