aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiFaucetRequestBody

    Inputs for building a transaction that requests one faucet coin.

    interface ApiFaucetRequestBody {
        coinType: string;
        walletAddress: string;
    }
    Index
    coinType: string

    Coin type to mint.

    walletAddress: string

    Wallet that receives the minted coin and signs the transaction.