nooschain / db/schema / PeerSyncStateTable
Interface: PeerSyncStateTable
Defined in: db/schema.ts:724
Local per-peer sync progress and last error state.
Properties
last_error
last_error:
NullableTextColumn
Defined in: db/schema.ts:729
last_sync_at
last_sync_at:
ColumnType<Date|null,string|Date|null|undefined,string|Date|null>
Defined in: db/schema.ts:727
last_sync_status
last_sync_status:
NullableTextColumn
Defined in: db/schema.ts:728
last_synced_height
last_synced_height:
NullableBigIntColumn
Defined in: db/schema.ts:726
peer_id
peer_id:
string
Defined in: db/schema.ts:725
updated_at
updated_at:
Timestamp
Defined in: db/schema.ts:730