Expand description

AccountMeta and ProgramAccount (alias to AccountInfo) class bindings.

Structs

  • AccountMeta is bindings for AccountMeta
  • Information describing an account. This type is an alias for interfacing with the AccountInfo class. In solana-web3-sys JavaScript AccountInfo class is renamed to ProgramAccount to prevent name clashes with native Solana SDK AccountInfo class.