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

    Interface StakedSuiFrenPositionObject

    On-chain position object that links an owner to a staked SuiFren.

    interface StakedSuiFrenPositionObject {
        objectId: string;
        objectType: string;
        suiFrenId: string;
    }

    Hierarchy (View Summary)

    • Object
      • StakedSuiFrenPositionObject
    Index
    objectId: string

    The on-chain object ID.

    objectType: string

    The Move type of the object.

    suiFrenId: string

    ID of the SuiFren represented by the position.