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

Properties

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