@arkade-os/sdk Documentation - v0.3.11
    Preparing search index...

    Type Alias JoinOptions

    JoinOptions: Partial<
        {
            abortController: AbortController;
            eventCallback: (event: SettlementEvent) => Promise<void>;
            skipVtxoTreeSigning: boolean;
        },
    >

    Options for the join function.

    abortController - The abort controller to use to abort the operation.

    skipVtxoTreeSigning - ignore events related to vtxo tree musig2 signing session.

    eventCallback - A callback to be called for each event.

    A callback to be called for each event.