UNPKG

edge-core-js

Version:

Edge account & wallet management library

14 lines (13 loc) 251 B
/** * Properties we want YAOB to hide from `console.log` or `JSON.stringify`. */ export const hideProperties = [ 'allKeys', 'displayPrivateSeed', 'displayPublicSeed', 'keys', 'otpKey', 'loginKey', 'publicWalletInfo', 'recoveryKey' ]