Type alias SetAuthorityInstructionAccounts

SetAuthorityInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    authority: web3.PublicKey;
    candyGuard: web3.PublicKey;
}

Accounts required by the setAuthority instruction

Property

candyGuard

Property

authority

Type declaration

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

Generated using TypeDoc