Documentation ¶
Overview ¶
contains CLI logic that can exit the program and read/write files. It also uses structures and data types that are purely relevant for CLI purposes, such as encoding, decoding etc...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssembleNodeMachineAccountInfo ¶ added in v0.20.0
func AssembleNodeMachineAccountInfo(machineKey crypto.PrivateKey, accountAddress string) model.NodeMachineAccountInfo
AssembleNodeMachineAccountInfo exported wrapper for use in other projects
func GenerateRandomSeed ¶ added in v0.20.0
func GenerateRandomSeeds ¶ added in v0.20.0
Types ¶
type PartnerWeights ¶ added in v0.25.0
type PartnerWeights map[flow.Identifier]uint64
PartnerWeights is the format of the JSON file specifying partner node weights.
Source Files ¶
- block.go
- check_machine_account.go
- clusters.go
- constants.go
- constraints.go
- copy.go
- db_encryption_key.go
- dkg.go
- doc.go
- final_list.go
- finalize.go
- genconfig.go
- key.go
- keygen.go
- keys.go
- machine_account.go
- machine_account_key.go
- name.go
- observer_network_key.go
- partner_infos.go
- pull.go
- qc.go
- root.go
- rootblock.go
- seal.go
- util.go
Click to show internal directories.
Click to hide internal directories.