Documentation ¶
Index ¶
- Variables
- type Lottery
- type LotteryInit
- func (*LotteryInit) Descriptor() ([]byte, []int)
- func (m *LotteryInit) GetWinner() *types.Address
- func (*LotteryInit) ProtoMessage()
- func (m *LotteryInit) Reset()
- func (m *LotteryInit) String() string
- func (m *LotteryInit) XXX_DiscardUnknown()
- func (m *LotteryInit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LotteryInit) XXX_Merge(src proto.Message)
- func (m *LotteryInit) XXX_Size() int
- func (m *LotteryInit) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Contract plugin.Contract = contract.MakePluginContract(&Lottery{})
Functions ¶
This section is empty.
Types ¶
type LotteryInit ¶
type LotteryInit struct { Winner *types.Address `protobuf:"bytes,2,opt,name=winner" json:"winner,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LotteryInit) Descriptor ¶
func (*LotteryInit) Descriptor() ([]byte, []int)
func (*LotteryInit) GetWinner ¶
func (m *LotteryInit) GetWinner() *types.Address
func (*LotteryInit) ProtoMessage ¶
func (*LotteryInit) ProtoMessage()
func (*LotteryInit) Reset ¶
func (m *LotteryInit) Reset()
func (*LotteryInit) String ¶
func (m *LotteryInit) String() string
func (*LotteryInit) XXX_DiscardUnknown ¶
func (m *LotteryInit) XXX_DiscardUnknown()
func (*LotteryInit) XXX_Marshal ¶
func (m *LotteryInit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LotteryInit) XXX_Merge ¶
func (dst *LotteryInit) XXX_Merge(src proto.Message)
func (*LotteryInit) XXX_Size ¶
func (m *LotteryInit) XXX_Size() int
func (*LotteryInit) XXX_Unmarshal ¶
func (m *LotteryInit) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.