Messages
near
transfer
Native

near.transfer.native

An account transferred near to another account.

Schema

FieldRequiredData typeExplanationExample
__typeYesstringAlways "near.transfer.native"."near.transfer.native"
fromAddressYesstringNear address of the Sender.iloveleapwallet.near
toAddressYesstringNear address of the Receiver."staked.poolv1.near"
quantityYesstringamount of near that has been transferred in yoctoNear."100000000000000000000000"

Example

{
  "__type": "near.transfer.native",
  "fromAddress": "iloveleapwallet.near",
  "toAddress": "staked.poolv1.near",
  "quantity": "100000000000000000000000",
}