SyncResult
API Reference / privatefolio-backend / interfaces / SyncResult
SyncResult =
object
Defined in: interfaces.ts:507
Properties
Section titled “Properties”assetMap
Section titled “assetMap”assetMap:
Record<string,boolean>
Defined in: interfaces.ts:508
logMap
Section titled “logMap”logMap:
Record<string,AuditLog>
Defined in: interfaces.ts:509
newCursor
Section titled “newCursor”newCursor:
number
Defined in: interfaces.ts:513
blockNumber or timestamp
operationMap
Section titled “operationMap”operationMap:
Partial<Record<AuditLogOperation,boolean>>
Defined in: interfaces.ts:514
rows:
number
Defined in: interfaces.ts:515
txMap:
Record<string,Transaction>
Defined in: interfaces.ts:516
walletMap
Section titled “walletMap”walletMap:
Record<string,boolean>
Defined in: interfaces.ts:517