Type alias ConfigTransactionCreateInstructionAccounts

ConfigTransactionCreateInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    creator: web3.PublicKey;
    multisig: web3.PublicKey;
    rentPayer: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    transaction: web3.PublicKey;
}

Accounts required by the configTransactionCreate instruction

Type declaration

  • Optional anchorRemainingAccounts?: web3.AccountMeta[]
  • creator: web3.PublicKey
  • multisig: web3.PublicKey
  • rentPayer: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey
  • transaction: web3.PublicKey

Generated using TypeDoc