getTotalAirdropCount
Gets the total airdrop count created on the protocol.
Usage
example.ts
import { mintclub } from 'mint.club-v2-sdk'
const count = mintclub.network('base').airdrop.getTotalAirdropCount()
Return Value
Promise<bigint>
Returns a promise that resolves to the total airdrop count created on the protocol.