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

    Type Alias BatchStartedEvent

    type BatchStartedEvent = {
        batchExpiry: bigint;
        id: string;
        intentIdHashes: string[];
        type: BatchStarted;
    }
    Index

    Properties

    batchExpiry: bigint
    id: string
    intentIdHashes: string[]