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

    Event emitted when a wallet unstakes a SuiFren.

    interface UnstakeSuiFrenEvent {
        fees: bigint;
        suiFrenId: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
        unstaker: string;
    }

    Hierarchy (View Summary)

    • Event
      • UnstakeSuiFrenEvent
    Index
    fees: bigint

    Fees charged or retained by the unstake, in smallest units.

    suiFrenId: string

    ID of the unstaked 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.

    unstaker: string

    Address that unstaked the SuiFren.