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

    Interface FarmsJoinedEvent

    Fired when two staked positions are joined.

    interface FarmsJoinedEvent {
        otherStakedPositionId: string;
        stakedPositionId: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index
    otherStakedPositionId: string

    The object ID of the position consumed by the join.

    stakedPositionId: string

    The object ID of the position that remains after the join.

    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.