Type alias ProgramConfigSetTreasuryInstructionAccounts
ProgramConfigSetTreasuryInstructionAccounts: {
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 programConfigSetTreasury instruction