UnwrapInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    authority: web3.PublicKey;
    candyGuard: web3.PublicKey;
    candyMachine: web3.PublicKey;
    candyMachineAuthority: web3.PublicKey;
    candyMachineProgram: web3.PublicKey;
}

Accounts required by the unwrap instruction

Property

candyGuard

Property

authority

Property

candyMachine

Property

candyMachineAuthority

Property

candyMachineProgram

Type declaration

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

Generated using TypeDoc