Memo Program in Solana

Опубликовано: 27 Апрель 2026
на канале: Solidity Typescript DEV
105
1

telegram:
@autoboyt

How the Memo Program Works
Transaction Instruction:

A transaction that interacts with the Memo Program includes an instruction with the memo data.
The memo data is stored as part of the transaction and is visible in Solana explorers.
No Required Accounts:

The program does not require any accounts in the keys array of the instruction.
Immutable:

Once included in a transaction and confirmed, the memo cannot be modified.

#Solidity
#SmartContract
#Ethereum