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

    Interface HarvestSuiFrenFeesEvent

    Event emitted when a wallet harvests fees from staked SuiFrens.

    interface HarvestSuiFrenFeesEvent {
        fees: bigint;
        harvester: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    • Event
      • HarvestSuiFrenFeesEvent
    Index
    fees: bigint

    Harvested amount in the payment coin's smallest unit.

    harvester: string

    Address that harvested the fees.

    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.