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

    Interface FaucetMintCoinEvent

    Event emitted when the faucet mints a coin for a wallet.

    interface FaucetMintCoinEvent {
        amount: bigint;
        coinType: string;
        minter: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    • Event
      • FaucetMintCoinEvent
    Index
    amount: bigint

    Minted amount in the coin's smallest unit.

    coinType: string

    Coin type that the faucet minted.

    minter: string

    Wallet that received the minted coin.

    timestamp: number | undefined

    Timestamp of the event, if available.

    txnDigest: string

    The transaction digest associated with the event.

    type: string

    A string identifying the Move event type.