parameter

package
v1.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2020 License: GPL-3.0, GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CurrentSysParameters = &SysParameters{

	DepositDailyReward:     3751400000000,
	GenerateUnitReward:     100000000,
	RewardHeight:           200,
	ContractFeeJuryPercent: 0.6,
	UnitMaxSize:            5 * 1024 * 1024,
}

Functions

This section is empty.

Types

type SysParameters

type SysParameters struct {
	// TxCoinDayInterest      float64 //一个币天产生多少利息
	DepositDailyReward     uint64 //保证金合约一天产生多少Dao的Token
	GenerateUnitReward     uint64 //每产生一个Unit奖励多少Dao的Token
	RewardHeight           uint64
	UnitMaxSize            uint64
	ContractFeeJuryPercent float64 //合约执行的手续费中,有多少比例是分给Jury
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL