The highest tagged major version is
v2.
package
Version:
v1.14.0-rc0
Opens a new window with list of versions in this module.
Published: Mar 14, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 29
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.