Expand description
A pinocchio-based Memo (aka ‘p-memo’) program.
The Memo program is a simple program that validates a string of UTF-8 encoded characters and verifies that any accounts provided are signers of the transaction. The program also logs the memo, as well as any verified signer addresses, to the transaction log, so that anyone can easily observe memos and know they were approved by zero or more addresses by inspecting the transaction log from a trusted provider.
Functions§
- allocate_
unchecked ⚠ - Allocates memory for the given type
Tat the specified offset in the heap reserved address space. - entrypoint⚠
- Program entrypoint.