Skip to content

feat: let users specify a memo when sending ft#443

Merged
FroVolod merged 1 commit intonear:mainfrom
positiveblue:send_ft_with_memo
Feb 1, 2025
Merged

feat: let users specify a memo when sending ft#443
FroVolod merged 1 commit intonear:mainfrom
positiveblue:send_ft_with_memo

Conversation

@positiveblue
Copy link
Contributor

NEP-141 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.

You can see an example of a tx using the new parameter here

[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.
@FroVolod FroVolod merged commit 1ce1331 into near:main Feb 1, 2025
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants