Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decred/dcraddrgen
/ functions
Functions
10 in github.com/decred/dcraddrgen
⨍
Functions
10
◇
Types & classes
0
↓ 2 callers
Function
checkBranchKeys
checkBranchKeys ensures deriving the extended keys for the internal and external branches given an account key does not result in an invalid child err
main.go:186
↓ 2 callers
Function
deriveAccountKey
deriveAccountKey derives the extended key for an account according to the hierarchy described by BIP0044 given the master node. In particular this is
main.go:165
↓ 2 callers
Function
deriveCoinTypeKey
deriveCoinTypeKey derives the cointype key which can be used to derive the extended key for an account according to the hierarchy described by BIP0044
main.go:131
↓ 2 callers
Function
writeNewFile
writeNewFile writes data to a file named by filename. Error is returned if the file does exist. Otherwise writeNewFile creates the file with permissio
main.go:75
↓ 1 callers
Function
generateKeyPair
generateKeyPair generates and stores a secp256k1 keypair in a file.
main.go:94
↓ 1 callers
Function
generateSeed
generateSeed derives an address from an HDKeychain for use in wallet. It outputs the seed, address, and extended public key to the file specified.
main.go:199
↓ 1 callers
Function
promptSeed
promptSeed is used to prompt for the wallet seed which maybe required during upgrades.
main.go:329
↓ 1 callers
Function
setupFlags
(msg func(), f *flag.FlagSet)
main.go:66
↓ 1 callers
Function
verifySeed
()
main.go:362
Function
main
()
main.go:446