RouteInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    candyGuard: web3.PublicKey;
    candyMachine: web3.PublicKey;
    payer: web3.PublicKey;
}

Accounts required by the route instruction

Property

candyGuard

Property

candyMachine

Property

signer] payer

Type declaration

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

Generated using TypeDoc