Documentation ¶
Overview ¶
Standalone library to generate Zelcash addresses
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SecretKeyPrefix = Prefix{0xEF}
Functions ¶
This section is empty.
Types ¶
type ZelAddress ¶
type ZelWallet ¶
type ZelWallet struct { Passphrase string `json:"passphrase"` HexSeed string `json:"hexSeed"` Addresses []ZelAddress `json:"addresses"` RequestId string `json:"requestId"` }
func CreateWallet ¶
Click to show internal directories.
Click to hide internal directories.