Documentation
¶
Index ¶
- type NotFormulatorContract
- func (cont *NotFormulatorContract) Address() common.Address
- func (cont *NotFormulatorContract) Front() interface{}
- func (cont *NotFormulatorContract) Init(addr common.Address, master common.Address)
- func (cont *NotFormulatorContract) Master() common.Address
- func (cont *NotFormulatorContract) OnCreate(cc *types.ContractContext, Args []byte) error
- func (cont *NotFormulatorContract) OnReward(cc *types.ContractContext, b *types.Block, CountMap map[common.Address]uint32) (map[common.Address]*amount.Amount, error)
- type NotFormulatorFront
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotFormulatorContract ¶
type NotFormulatorContract struct {
// contains filtered or unexported fields
}
func (*NotFormulatorContract) Address ¶
func (cont *NotFormulatorContract) Address() common.Address
func (*NotFormulatorContract) Front ¶
func (cont *NotFormulatorContract) Front() interface{}
func (*NotFormulatorContract) Init ¶
func (cont *NotFormulatorContract) Init(addr common.Address, master common.Address)
func (*NotFormulatorContract) Master ¶
func (cont *NotFormulatorContract) Master() common.Address
func (*NotFormulatorContract) OnCreate ¶
func (cont *NotFormulatorContract) OnCreate(cc *types.ContractContext, Args []byte) error
type NotFormulatorFront ¶
type NotFormulatorFront struct {
// contains filtered or unexported fields
}
func (*NotFormulatorFront) SetGenerator ¶
func (f *NotFormulatorFront) SetGenerator(cc *types.ContractContext) error
Click to show internal directories.
Click to hide internal directories.