Documentation ¶
Index ¶
- Variables
- type Contracts
- func (*Contracts) Descriptor() ([]byte, []int)
- func (m *Contracts) GetContracts() []*node.Contracts_Contract
- func (m *Contracts) Marshal() (dAtA []byte, err error)
- func (m *Contracts) MarshalTo(dAtA []byte) (int, error)
- func (m *Contracts) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Contracts) ProtoMessage()
- func (m *Contracts) Reset()
- func (m *Contracts) Size() (n int)
- func (m *Contracts) String() string
- func (m *Contracts) Unmarshal(dAtA []byte) error
- func (m *Contracts) XXX_DiscardUnknown()
- func (m *Contracts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Contracts) XXX_Merge(src proto.Message)
- func (*Contracts) XXX_MessageName() string
- func (m *Contracts) XXX_Size() int
- func (m *Contracts) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Contracts ¶
type Contracts struct { Contracts []*node.Contracts_Contract `protobuf:"bytes,1,rep,name=contracts,proto3" json:"contracts,omitempty" pg:"contracts"` XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"` XXX_unrecognized []byte `json:"-" pg:"-"` XXX_sizecache int32 `json:"-" pg:"-"` }
func NewPopulatedContracts ¶
func (*Contracts) Descriptor ¶
func (*Contracts) GetContracts ¶
func (m *Contracts) GetContracts() []*node.Contracts_Contract
func (*Contracts) MarshalToSizedBuffer ¶
func (*Contracts) ProtoMessage ¶
func (*Contracts) ProtoMessage()
func (*Contracts) XXX_DiscardUnknown ¶
func (m *Contracts) XXX_DiscardUnknown()
func (*Contracts) XXX_Marshal ¶
func (*Contracts) XXX_MessageName ¶
func (*Contracts) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.