package
Version:
v0.5.0-rc2
Opens a new window with list of versions in this module.
Published: Mar 1, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Execute adds all child commands to the root command and sets flags appropriately.
AddressKey contains the encoded address and private key of an account
type KeyPair struct {
PK string `yaml:"pubKey"`
SK string `yaml:"priKey"`
}
KeyPair contains the public and private key of an address
type KeyPairs struct {
Pairs []KeyPair `yaml:"pkPairs"`
}
KeyPairs indicate the keypair of accounts getting transfers from Creator in genesis block
Source Files
¶
Click to show internal directories.
Click to hide internal directories.