You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a spell for NEAR blockchain (resolution of ft_transfer_calls).
ft_transfer_call is one of the two ways to send fungible tokens according to the NEP-141 standard.
Until now only the other method is covered (ft_transfer through the ft_transfers table).
This contribution adds coverage for the ft_transfer_call, which according to the standard: transfer tokens and call a method on a receiver contract. A successful workflow will end in a success execution outcome to the callback on the same contract at the method ft_resolve_transfer. You can think of this as being similar to attaching native NEAR tokens to a function call. It allows you to attach any Fungible Token in a call to a receiver contract.
0 commit comments