Versions in this module Expand all Collapse all v0 v0.0.3 Feb 7, 2021 Changes in this version + var GenesisLedger []*TokenPayout + func GenesisLedgerSubsidy() uint64 + func Ledger(tx *types.Transaction, netType protocol.Network) + type PayoutList []TokenPayoutReGen + func (p PayoutList) Len() int + func (p PayoutList) Less(i, j int) bool + func (p PayoutList) Swap(i, j int) + type PayoutList2 []TokenPayoutReGen + func (p PayoutList2) Len() int + func (p PayoutList2) Less(i, j int) bool + func (p PayoutList2) Swap(i, j int) + type TokenPayout struct + Address string + Amount uint64 + PkScript []byte + type TokenPayoutReGen struct + GenAmount uint64 + Payout TokenPayout