Documentation ¶
Overview ¶
Package pb holds only Protocol Buffer definitions and generated code.
Index ¶
- Variables
- type EmitCheque
- func (*EmitCheque) Descriptor() ([]byte, []int)
- func (m *EmitCheque) GetAddress() []byte
- func (m *EmitCheque) GetSignedCheque() []byte
- func (m *EmitCheque) Marshal() (dAtA []byte, err error)
- func (m *EmitCheque) MarshalTo(dAtA []byte) (int, error)
- func (m *EmitCheque) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EmitCheque) ProtoMessage()
- func (m *EmitCheque) Reset()
- func (m *EmitCheque) Size() (n int)
- func (m *EmitCheque) String() string
- func (m *EmitCheque) Unmarshal(dAtA []byte) error
- func (m *EmitCheque) XXX_DiscardUnknown()
- func (m *EmitCheque) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EmitCheque) XXX_Merge(src proto.Message)
- func (m *EmitCheque) XXX_Size() int
- func (m *EmitCheque) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type EmitCheque ¶
type EmitCheque struct { Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` SignedCheque []byte `protobuf:"bytes,2,opt,name=SignedCheque,proto3" json:"SignedCheque,omitempty"` }
func (*EmitCheque) Descriptor ¶
func (*EmitCheque) Descriptor() ([]byte, []int)
func (*EmitCheque) GetAddress ¶
func (m *EmitCheque) GetAddress() []byte
func (*EmitCheque) GetSignedCheque ¶
func (m *EmitCheque) GetSignedCheque() []byte
func (*EmitCheque) Marshal ¶
func (m *EmitCheque) Marshal() (dAtA []byte, err error)
func (*EmitCheque) MarshalToSizedBuffer ¶
func (m *EmitCheque) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EmitCheque) ProtoMessage ¶
func (*EmitCheque) ProtoMessage()
func (*EmitCheque) Reset ¶
func (m *EmitCheque) Reset()
func (*EmitCheque) Size ¶
func (m *EmitCheque) Size() (n int)
func (*EmitCheque) String ¶
func (m *EmitCheque) String() string
func (*EmitCheque) Unmarshal ¶
func (m *EmitCheque) Unmarshal(dAtA []byte) error
func (*EmitCheque) XXX_DiscardUnknown ¶
func (m *EmitCheque) XXX_DiscardUnknown()
func (*EmitCheque) XXX_Marshal ¶
func (m *EmitCheque) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EmitCheque) XXX_Merge ¶
func (m *EmitCheque) XXX_Merge(src proto.Message)
func (*EmitCheque) XXX_Size ¶
func (m *EmitCheque) XXX_Size() int
func (*EmitCheque) XXX_Unmarshal ¶
func (m *EmitCheque) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.