Versions in this module Expand all Collapse all v1 v1.0.0 Feb 18, 2018 Changes in this version + var SecretKeyPrefix = Prefix + type NetworkId [2]byte + var MainnnetId NetworkId = NetworkId{ ... } + var TestnetId NetworkId = NetworkId{ ... } + type Prefix [1]byte + type ZelAddress struct + PrivateKey string + PublicKey string + Value string + type ZelWallet struct + Addresses []ZelAddress + HexSeed string + Passphrase string + RequestId string + func CreateWallet(mainnet bool, numberOfAddressesToGenerate int) (ZelWallet, error) + func GetWalletFromPassphrase(mainnet bool, passphrase string, position uint32) (ZelWallet, error)