Documentation
¶
Index ¶
Constants ¶
View Source
const ( // StorageBasePath base path where user data is stored in vault // Example: <StorageBasePath>/<user-uuid> StorageBasePath = "users/" // Entropy is default length of the bits in the entropy Entropy = 256 BitsharesDerivationPath = "m/44'/69'/69'/69/69" )
View Source
const ( Info = "INFO" Error = "ERROR" Debug = "DEBUG" Fatal = "FATAL" )
supported log levels
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.