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

    Interface FaucetAddCoinEvent

    Event emitted when a coin type is added to the faucet.

    interface FaucetAddCoinEvent {
        coinType: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    • Event
      • FaucetAddCoinEvent
    Index
    coinType: string

    Coin type that was added to the faucet.

    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.