InitializeAccount3InstructionAccounts: {
    account: PublicKey | Pda;
    mint: PublicKey | Pda;
}

Type declaration

  • account: PublicKey | Pda

    The account to initialize.

  • mint: PublicKey | Pda

    The mint this account will be associated with.

Generated using TypeDoc