Skip to content

Function: fetchAllMerkleDistributor()

ts
function fetchAllMerkleDistributor(
  rpc,
  addresses,
  config?,
): Promise<Account<MerkleDistributor>[]>;

Parameters

ParameterType
rpcRpc<GetMultipleAccountsApi>
addressesAddress[]
config?FetchAccountsConfig

Returns

Promise<Account<MerkleDistributor>[]>