UNPKG

wallet-storage-client

Version:
16 lines 424 B
import { sdk } from "../../../index.client"; export interface User extends sdk.EntityTimeStamp { created_at: Date; updated_at: Date; userId: number; /** * PubKeyHex uniquely identifying user. * Typically 66 hex digits. */ identityKey: string; /** * The storageIdentityKey value of the active wallet storage. */ activeStorage?: string; } //# sourceMappingURL=User.d.ts.map