interface NumUnconfirmedTxsResponse {
    total: number;
    totalBytes: number;
}

Properties

Properties

total: number
totalBytes: number