Documentation
¶
Index ¶
Constants ¶
View Source
const (
// GovernmentContractName 治理合约名
GovernmentContractName = "government_contract"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GovernmentContract ¶
type GovernmentContract struct { common.BaseContract // contains filtered or unexported fields }
GovernmentContract 治理合约
func NewGovernmentContract ¶
func NewGovernmentContract(log protocol.Logger) *GovernmentContract
NewGovernmentContract 新建治理合约对象 @param log @return *GovernmentContract
type GovernmentRuntime ¶
type GovernmentRuntime struct {
// contains filtered or unexported fields
}
GovernmentRuntime 治理合约方法的运行时
Click to show internal directories.
Click to hide internal directories.