-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: let users specify a memo when sending ft
[NEP-141](https://github.com/near/NEPs/blob/master/neps/nep-0141.md) specifies the interface for fungible tokens. The `ft_transfer` method has three parameters: `receiver_id`, `amount` and `memo`. `memo` is an optional parameter. This PR allows users to introduce a memo when using sending fungable tokens using the cli. The new parameter is optional and its skiped if no data is introduced.
- Loading branch information
1 parent
cff9d75
commit 1ddc80e
Showing
1 changed file
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters