Type alias SetPublicInfoInstructionAccounts
 
SetPublicInfoInstructionAccounts: { 
    anchorRemainingAccounts?: web3.AccountMeta[]; 
    authority: web3.PublicKey; 
    program: web3.PublicKey; 
    programData: web3.PublicKey; 
    publicInfo: web3.PublicKey; 
    rentSysvar: web3.PublicKey; 
    systemProgram?: web3.PublicKey; 
}
Type declaration
- 
OptionalanchorRemainingAccounts?: web3.AccountMeta[]
- 
authority: web3.PublicKey
- 
program: web3.PublicKey
- 
programData: web3.PublicKey
- 
publicInfo: web3.PublicKey
- 
rentSysvar: web3.PublicKey
- 
OptionalsystemProgram?: web3.PublicKey
 
 
Accounts required by the setPublicInfo instruction