receiver_id: the valid NEAR account receiving the token
token_id: the token to transfer
approval_id: expected approval ID. A number smaller than
2^53, and therefore representable as JSON. See Approval Management
standard for full explanation.
memo (optional): for use cases that may benefit from indexing or
providing information for a transfer
Simple transfer. Transfer a given
token_idfrom current owner toreceiver_id.Requirements
approval_idis for use with Approval Management, see https://nomicon.io/Standards/NonFungibleToken/ApprovalManagement.htmlArguments:
receiver_id: the valid NEAR account receiving the tokentoken_id: the token to transferapproval_id: expected approval ID. A number smaller than 2^53, and therefore representable as JSON. See Approval Management standard for full explanation.memo(optional): for use cases that may benefit from indexing or providing information for a transferchange