fetchAirdropFee()
fetchAirdropFee()
function fetchAirdropFee(
distributorId,
apiUrl,
apiKey?,
fetchFn?): Promise<AirdropFeeResponse>;Defined in: distributor/solana/fetchAirdropFee.ts:18
Parameters
| Parameter | Type | Default value |
|---|---|---|
distributorId | string | undefined |
apiUrl | string | undefined |
apiKey? | string | undefined |
fetchFn? | (input, init?) => Promise<Response> | fetch |
Returns
Promise<AirdropFeeResponse>