Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 1, 2025

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