package
4.0.2-stable+incompatible
Repository: https://github.com/algorand/go-algorand.git
Documentation: pkg.go.dev
# Functions
GenerateGenesisFiles generates the genesis.json file and wallet files for a give genesis configuration.
LoadGenesisData loads a GenesisData structure from a json file.
# Constants
TotalMoney represents the total amount of MicroAlgos in the system.
# Variables
DefaultGenesis should be used as the default initial state for any GenesisData instance (because we have no ctors...).
# Structs
GenesisData represents the genesis data for creating a genesis.json and wallets.
WalletData represents a wallet's name, percent stake, and initial online status for a genesis.json file.