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

    Interface CommitmentTx

    interface CommitmentTx {
        batches: { [key: string]: BatchInfo };
        endedAt: string;
        startedAt: string;
        totalInputAmount: string;
        totalInputVtxos: number;
        totalOutputAmount: string;
        totalOutputVtxos: number;
    }
    Index

    Properties

    batches: { [key: string]: BatchInfo }
    endedAt: string
    startedAt: string
    totalInputAmount: string
    totalInputVtxos: number
    totalOutputAmount: string
    totalOutputVtxos: number