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

Properties

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