Type alias ProgramConfigSetAuthorityInstructionAccounts
ProgramConfigSetAuthorityInstructionAccounts: {
anchorRemainingAccounts?: web3.AccountMeta[];
authority: web3.PublicKey;
programConfig: web3.PublicKey;
}
Type declaration
Optional
anchorRemainingAccounts?: web3.AccountMeta[]
authority: web3.PublicKey
programConfig: web3.PublicKey
Accounts required by the programConfigSetAuthority instruction