InitializeInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    authority: web3.PublicKey;
    base: web3.PublicKey;
    candyGuard: web3.PublicKey;
    payer: web3.PublicKey;
    systemProgram?: web3.PublicKey;
}

Accounts required by the initialize instruction

Property

candyGuard

Property

base

Property

authority

Property

signer] payer

Type declaration

  • Optional anchorRemainingAccounts?: web3.AccountMeta[]
  • authority: web3.PublicKey
  • base: web3.PublicKey
  • candyGuard: web3.PublicKey
  • payer: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey

Generated using TypeDoc