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

    Interface BatchInfo

    interface BatchInfo {
        expiresAt: string;
        swept: boolean;
        totalOutputAmount: string;
        totalOutputVtxos: number;
    }
    Index

    Properties

    expiresAt: string
    swept: boolean
    totalOutputAmount: string
    totalOutputVtxos: number