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

    Event emitted when two parent SuiFrens are mixed.

    interface MixSuiFrensEvent {
        childId: string;
        fee: bigint;
        mixer: string;
        parentOneId: string;
        parentTwoId: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index
    childId: string

    ID of the child SuiFren created by the mix.

    fee: bigint

    Mix fee in the payment coin's smallest unit.

    mixer: string

    Address that initiated the mix.

    parentOneId: string

    ID of the first parent SuiFren.

    parentTwoId: string

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