Skip to main content

Module compat

Module compat 

Source

Re-exports§

pub use solana_program::pubkey;

Macros§

declare_id
Convenience macro to declare a static public key and functions to interact with it.
pubkey
Convenience macro to define a static Address value.

Structs§

AccountInfo
Account information
AccountMeta
Describes a single account read or written by a program during instruction execution.
Instruction
A directive for a single invocation of a Solana program.
Pubkey
The address of a Solana account.
Signature