Registry / other / spl-memo

spl-memo

JSON →
library7.0.0rscratesunverified

Solana Program Library Memo program for attaching memos to transactions.

# Cargo.toml [dependencies] spl-memo = "7.0.0"
INSTALL
IMPORT
SIG · SPL-MEMO
S
spl-memo
otherrustv7.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

id
use spl_memo::id;

Gets the program ID of the SPL Memo program.

use spl_memo::id; fn main() { let program_id = id(); println!("Memo program ID: {:?}", program_id); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
spl-memo — cargo add spl-memo · libregistry