UpdateUserInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    authority: web3.PublicKey;
    publicInfo: web3.PublicKey;
    user: web3.PublicKey;
}

Accounts required by the updateUser instruction

Type declaration

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

Generated using TypeDoc