WithdrawInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    authority: web3.PublicKey;
    candyMachine: web3.PublicKey;
}

Accounts required by the withdraw instruction

Property

candyMachine

Property

signer] authority

Type declaration

  • Optional anchorRemainingAccounts?: web3.AccountMeta[]
  • authority: web3.PublicKey
  • candyMachine: web3.PublicKey

Generated using TypeDoc