gill

fetchAllMint

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

Parameters

ParameterType
rpcRpc<GetMultipleAccountsApi>
addressesAddress[]
config?FetchAccountsConfig

Returns

Promise<Account<Mint>[]>

On this page