Documentation ¶
Index ¶
Constants ¶
View Source
const Vserion = "v0.5.6"
Vserion version of wallet
Variables ¶
This section is empty.
Functions ¶
func ChangePassword ¶ added in v0.5.1
ChangePassword change password
func CheckPassword ¶
CheckPassword check password, return true when password is right
Types ¶
type Config ¶ added in v0.5.2
type Config struct { APIServer string `json:"api_server,omitempty"` WalletFile string `json:"wallet_file,omitempty"` Langure string `json:"langure,omitempty"` LangureList []string `json:"langure_list,omitempty"` CoinUnit string `json:"coin_unit,omitempty"` DefaultChain string `json:"default_chain,omitempty"` Chains []string `json:"chains,omitempty"` DynamicUIFile string `json:"dynamic_ui_file,omitempty"` }
Config config
Click to show internal directories.
Click to hide internal directories.