wallet-storage-client
Version:
Client only Wallet Storage
18 lines • 467 B
TypeScript
import { sdk } from "../../../index.client";
export interface SyncState extends sdk.EntityTimeStamp {
created_at: Date;
updated_at: Date;
syncStateId: number;
userId: number;
storageIdentityKey: string;
storageName: string;
status: sdk.SyncStatus;
init: boolean;
refNum: string;
syncMap: string;
when?: Date;
satoshis?: number;
errorLocal?: string;
errorOther?: string;
}
//# sourceMappingURL=SyncState.d.ts.map