Versions in this module Expand all Collapse all v0 v0.0.2 Nov 24, 2019 v0.0.1 Nov 19, 2019 Changes in this version + var ErrSQLiteWalletNotAbsolute = fmt.Errorf("sqlite wallets path must be absolute path") + type DriverConfig struct + SQLiteWalletDriverConfig SQLiteWalletDriverConfig + type KMDConfig struct + Address string + AllowedOrigins []string + DataDir string + DriverConfig DriverConfig + SessionLifetimeSecs uint64 + func LoadKMDConfig(dataDir string) (cfg KMDConfig, err error) + func (k KMDConfig) Validate() error + type SQLiteWalletDriverConfig struct + ScryptParams ScryptParams + UnsafeScrypt bool + WalletsDir string + type ScryptParams struct + ScryptN int + ScryptP int + ScryptR int