Type alias SignerMeta

SignerMeta: {
    isWritable: boolean;
    signer: Signer;
}

Defines a signer account required by an instruction. It includes the signer and whether the signer account should be writable.

Type declaration

  • isWritable: boolean
  • signer: Signer

Generated using TypeDoc