ataBatchExist()
ataBatchExist()
function ataBatchExist(connection, paramsBatch): Promise<boolean[]>;Defined in: utils.ts:448
Function that checks whether ATA exists for each provided owner
Parameters
| Parameter | Type | Description |
|---|---|---|
connection | Connection | Solana client connection |
paramsBatch | AtaParams[] | Array of Params for each ATA account: {mint, owner} |
Returns
Promise<boolean[]>
Array of boolean where each member corresponds to an owner