Versions in this module Expand all Collapse all v1 v1.1.1 Oct 29, 2019 Changes in this version + const DecaimasBase + const PledgeLimit + const PooolLimit + const ProducerLimit + func NewNativeRe() interpreter.PluginImpl + type DumpData struct + Amount uint64 + PledgeData *PledgeData + PoolData *PoolData + ProducerData *ProducerData + func (z *DumpData) DecodeMsg(dc *msgp.Reader) (err error) + func (z *DumpData) EncodeMsg(en *msgp.Writer) (err error) + func (z *DumpData) MarshalMsg(b []byte) (o []byte, err error) + func (z *DumpData) Msgsize() (s int) + func (z *DumpData) UnmarshalMsg(bts []byte) (o []byte, err error) + type NativePara struct + Args []string + FuncName string + func (z *NativePara) DecodeMsg(dc *msgp.Reader) (err error) + func (z *NativePara) EncodeMsg(en *msgp.Writer) (err error) + func (z *NativePara) MarshalMsg(b []byte) (o []byte, err error) + func (z *NativePara) Msgsize() (s int) + func (z *NativePara) UnmarshalMsg(bts []byte) (o []byte, err error) + type NativeRe struct + func (self *NativeRe) Generate(ctx *actioncontext.Context) interpreter.Interpreter + func (self *NativeRe) Initialize() + func (self *NativeRe) Shutdown() + func (self *NativeRe) Startup() + type PledgeData struct + Amount uint64 + Next types.Address + Parent types.Address + Prev types.Address + func (z *PledgeData) DecodeMsg(dc *msgp.Reader) (err error) + func (z *PledgeData) EncodeMsg(en *msgp.Writer) (err error) + func (z *PledgeData) MarshalMsg(b []byte) (o []byte, err error) + func (z *PledgeData) Msgsize() (s int) + func (z *PledgeData) UnmarshalMsg(bts []byte) (o []byte, err error) + type PoolData struct + Amount uint64 + ChildHead types.Address + Next types.Address + Prev types.Address + Producer types.Address + func (z *PoolData) DecodeMsg(dc *msgp.Reader) (err error) + func (z *PoolData) EncodeMsg(en *msgp.Writer) (err error) + func (z *PoolData) MarshalMsg(b []byte) (o []byte, err error) + func (z *PoolData) Msgsize() (s int) + func (z *PoolData) UnmarshalMsg(bts []byte) (o []byte, err error) + type ProducerData struct + Amount uint64 + ChildHead types.Address + ProducerCert uint64 + func (z *ProducerData) DecodeMsg(dc *msgp.Reader) (err error) + func (z *ProducerData) EncodeMsg(en *msgp.Writer) (err error) + func (z *ProducerData) MarshalMsg(b []byte) (o []byte, err error) + func (z *ProducerData) Msgsize() (s int) + func (z *ProducerData) UnmarshalMsg(bts []byte) (o []byte, err error) + type Runtime struct + func (rt *Runtime) Exec(code []byte, param []byte, ttl time.Duration) time.Duration