Type alias UpdateUserInstructionAccounts
UpdateUserInstructionAccounts: {
anchorRemainingAccounts?: web3.AccountMeta[];
authority: web3.PublicKey;
publicInfo: web3.PublicKey;
user: web3.PublicKey;
}
Type declaration
-
Optional
anchorRemainingAccounts?: web3.AccountMeta[]
-
authority: web3.PublicKey
-
publicInfo: web3.PublicKey
-
user: web3.PublicKey
Accounts required by the updateUser instruction