gill

fetchAllMaybeMint

function fetchAllMaybeMint(
   rpc, 
   addresses, 
config?): Promise<MaybeAccount<Mint>[]>;

Parameters

ParameterType
rpcRpc<GetMultipleAccountsApi>
addressesAddress[]
config?FetchAccountsConfig

Returns

Promise<MaybeAccount<Mint>[]>

On this page