UNPKG

@crestfi/crest-bnb-sdk

Version:

1. [StreamClient](#crestfistreamclient) 1. [Installation](#installation) 2. [Environment Setup](#environment-setup) 3. [Run tests](#run-tests) 4. [Contracts](#contracts) 5. [Usage](#usage) 1. [Getting Signer Address](#getting-si

3 lines (2 loc) 158 B
import { ethers } from "ethers"; export declare function airdrop(tokenAddress: string, receiver: string, amount?: string): Promise<ethers.ContractReceipt>;