Expand description

Shared memory program for the Solana blockchain.

Statics

  • The static program ID

Functions

  • Confirms that a given pubkey is equivalent to the program ID
  • This program expects one account and writes instruction data into the account’s data. The first 8 bytes of the instruction data contain the little-endian offset into the account data. The rest of the instruction data is written into the account data starting at that offset.
  • Returns the program ID