Function: fetchAllMerkleDistributor()
ts
function fetchAllMerkleDistributor(
rpc,
addresses,
config?,
): Promise<Account<MerkleDistributor>[]>;Parameters
| Parameter | Type |
|---|---|
rpc | Rpc<GetMultipleAccountsApi> |
addresses | Address[] |
config? | FetchAccountsConfig |
Returns
Promise<Account<MerkleDistributor>[]>