Type alias AddMintAddressesToAddressContainerInstructionAccounts
AddMintAddressesToAddressContainerInstructionAccounts: {
addressContainer: web3.PublicKey;
anchorRemainingAccounts?: web3.AccountMeta[];
authority: web3.PublicKey;
delegateAuthority?: web3.PublicKey;
payer: web3.PublicKey;
project: web3.PublicKey;
rentSysvar: web3.PublicKey;
systemProgram?: web3.PublicKey;
}
Type declaration
-
addressContainer: web3.PublicKey
-
Optional
anchorRemainingAccounts?: web3.AccountMeta[]
-
authority: web3.PublicKey
-
Optional
delegateAuthority?: web3.PublicKey
-
payer: web3.PublicKey
-
project: web3.PublicKey
-
rentSysvar: web3.PublicKey
-
Optional
systemProgram?: web3.PublicKey
Accounts required by the addMintAddressesToAddressContainer instruction