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

    Interface ApiFaucetMintSuiFrenBody

    Inputs for building a transaction that mints a SuiFren.

    interface ApiFaucetMintSuiFrenBody {
        mintFee: bigint;
        suiFrenType: string;
        walletAddress: string;
    }
    Index
    mintFee: bigint

    SUI amount used to pay the SuiFren mint fee, as a bigint.

    suiFrenType: string

    SuiFren object type to mint.

    walletAddress: string

    Wallet that pays the fee and signs the transaction.