UNPKG

@abcpros/bitcore-wallet-service

Version:
17 lines (15 loc) 297 B
interface Keys { keyFund: string; keyReceive: string; createdOn: number; lastModified: number; hashPassword: string; hashRecoveryKey: string; } interface KeysConversion { keyFund: string; createdOn: Date; lastModified: Date; hashPassword: string; hashRecoveryKey: string; }