Expand description
Additional Solana program helpers: ATA, Memo, Stake, Durable Nonce.
Modules§
- address_
lookup_ table - Address Lookup Table program helpers.
- token_
metadata - Metaplex Token Metadata program helpers.
Constants§
- ATA_
PROGRAM_ ID - ATA Program ID:
ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL. - CLOCK_
SYSVAR - Clock sysvar.
- MEMO_
PROGRAM_ ID - Memo Program ID (v2):
MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr. - SPL_
TOKEN_ PROGRAM_ ID - SPL Token Program ID.
- STAKE_
CONFIG_ ID - Stake Config ID.
- STAKE_
HISTORY_ SYSVAR - Stake History sysvar.
- STAKE_
PROGRAM_ ID - Stake Program ID:
Stake11111111111111111111111111111111111111.
Functions§
- advance_
nonce - Create an AdvanceNonceAccount instruction.
- create_
ata - Create an Associated Token Account instruction.
- create_
ata_ idempotent - Create an ATA instruction with idempotency (CreateIdempotent).
- derive_
ata_ address - Derive the Associated Token Account address.
- initialize_
nonce - Create a NonceInitialize instruction.
- memo
- Create a Memo instruction (v2 — supports signer verification).
- memo_
unsigned - Create a simple memo instruction with no required signers.
- stake_
deactivate - Create a Deactivate instruction.
- stake_
delegate - Create a DelegateStake instruction.
- stake_
withdraw - Create a Withdraw instruction.