InitializeAccountInstructionAccounts: {
    associatedTokenProgram: web3.PublicKey;
    mint: web3.PublicKey;
    owner: web3.PublicKey;
    payer: web3.PublicKey;
    rent?: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    tokenAccount: web3.PublicKey;
    tokenProgram?: web3.PublicKey;
}

Accounts required by the InitializeAccount instruction

Property

mint

Property

tokenAccount

Property

owner

Property

signer] payer

Property

associatedTokenProgram

Type declaration

  • associatedTokenProgram: web3.PublicKey
  • mint: web3.PublicKey
  • owner: web3.PublicKey
  • payer: web3.PublicKey
  • Optional rent?: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey
  • tokenAccount: web3.PublicKey
  • Optional tokenProgram?: web3.PublicKey

Generated using TypeDoc