# README
Ledger
How to generate ledger
~ cd ./payledger
~ go generate
~ or `go run ledgerpayout.go privnet`
# Functions
BlockOneSubsidy returns the total subsidy of block height 1 for the network.
pay out tokens to a ledger.
# Constants
No description provided by the author
# Variables
GenesisLedger specifies the list of payouts in the coinbase of genesis.
# Structs
No description provided by the author
TokenPayout is a payout for block 1 which specifies an address and an amount to pay to that address in a transaction output.
No description provided by the author