Skip to content

Function: fetchAllMaybeMerkleDistributor()

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

Parameters

ParameterType
rpcRpc<GetMultipleAccountsApi>
addressesAddress[]
config?FetchAccountsConfig

Returns

Promise<MaybeAccount<MerkleDistributor>[]>