Documentation ¶
Index ¶
- Variables
- type Exchange
- func (*Exchange) Descriptor() ([]byte, []int)
- func (m *Exchange) GetId() []byte
- func (m *Exchange) GetPubkey() *pb.PublicKey
- func (m *Exchange) Marshal() (dAtA []byte, err error)
- func (m *Exchange) MarshalTo(dAtA []byte) (int, error)
- func (m *Exchange) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Exchange) ProtoMessage()
- func (m *Exchange) Reset()
- func (m *Exchange) Size() (n int)
- func (m *Exchange) String() string
- func (m *Exchange) Unmarshal(dAtA []byte) error
- func (m *Exchange) XXX_DiscardUnknown()
- func (m *Exchange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Exchange) XXX_Merge(src proto.Message)
- func (m *Exchange) XXX_Size() int
- func (m *Exchange) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Exchange ¶
type Exchange struct { Id []byte `protobuf:"bytes,1,opt,name=id" json:"id"` Pubkey *pb.PublicKey `protobuf:"bytes,2,opt,name=pubkey" json:"pubkey,omitempty"` }
func (*Exchange) Descriptor ¶
func (*Exchange) MarshalToSizedBuffer ¶
func (*Exchange) ProtoMessage ¶
func (*Exchange) ProtoMessage()
func (*Exchange) XXX_DiscardUnknown ¶
func (m *Exchange) XXX_DiscardUnknown()
func (*Exchange) XXX_Marshal ¶
func (*Exchange) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.