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

    Interface FarmsSplitEvent

    Fired when a staked position is split into two positions.

    interface FarmsSplitEvent {
        splitStakedPositionId: string;
        stakedPositionId: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index
    splitStakedPositionId: string

    The newly created split-position object ID.

    stakedPositionId: string

    The original staked-position object ID.

    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.