interface AtaParams {
    mint: PublicKey;
    owner: PublicKey;
    programId?: PublicKey;
}

Properties

Properties

mint: PublicKey
owner: PublicKey
programId?: PublicKey