We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SIP-10 requires to print memos provided in the transfer function. The sBTC token contract does not print the memo.
See https://github.com/stacksgov/sips/blob/main/sips/sip-010/sip-010-fungible-token-standard.md#transfer
The text was updated successfully, but these errors were encountered:
Already added here: #1008
Just to confirm, does the print statement have to follow the format mentioned (using match) or is the following valid?
(print { topic: "transfer", amount: amount, sender: sender, recipient: recipient, memo: memo })
Sorry, something went wrong.
The requirement is that the next event after ft transfer event is the memo.
Successfully merging a pull request may close this issue.
SIP-10 requires to print memos provided in the transfer function. The sBTC token contract does not print the memo.
See https://github.com/stacksgov/sips/blob/main/sips/sip-010/sip-010-fungible-token-standard.md#transfer
The text was updated successfully, but these errors were encountered: