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

    Event emitted when a wallet stakes a SuiFren.

    interface StakeSuiFrenEvent {
        staker: string;
        suiFrenId: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index
    staker: string

    Address that staked the SuiFren.

    suiFrenId: string

    ID of the staked SuiFren.

    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.