AccountMeta: {
    isSigner: boolean;
    isWritable: boolean;
    pubkey: PublicKey;
}

Defines an account required by an instruction. It includes its public key, whether it is signing the transaction and whether the account should be writable.

Type declaration

  • isSigner: boolean
  • isWritable: boolean
  • pubkey: PublicKey

Generated using TypeDoc