Skip to content

SyncResult

API Reference / privatefolio-backend / interfaces / SyncResult

SyncResult = object

Defined in: interfaces.ts:507

assetMap: Record<string, boolean>

Defined in: interfaces.ts:508


logMap: Record<string, AuditLog>

Defined in: interfaces.ts:509


newCursor: number

Defined in: interfaces.ts:513

blockNumber or timestamp


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: Record<string, boolean>

Defined in: interfaces.ts:517