Account<T>: { accountInfo: AccountInfo<Buffer> | null; address: PublicKey; context: Context; data: T | null }

Type Parameters

Type declaration

  • accountInfo: AccountInfo<Buffer> | null
  • address: PublicKey
  • context: Context
  • data: T | null

    Account data decoded by Anchor. Null if the account does not exist.

Generated using TypeDoc