Documentation ¶
Index ¶
- Variables
- type EmitCheque
- func (*EmitCheque) Descriptor() ([]byte, []int)
- func (m *EmitCheque) GetCheque() []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
- type Handshake
- func (*Handshake) Descriptor() ([]byte, []int)
- func (m *Handshake) GetBeneficiary() []byte
- func (m *Handshake) Marshal() (dAtA []byte, err error)
- func (m *Handshake) MarshalTo(dAtA []byte) (int, error)
- func (m *Handshake) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Handshake) ProtoMessage()
- func (m *Handshake) Reset()
- func (m *Handshake) Size() (n int)
- func (m *Handshake) String() string
- func (m *Handshake) Unmarshal(dAtA []byte) error
- func (m *Handshake) XXX_DiscardUnknown()
- func (m *Handshake) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Handshake) XXX_Merge(src proto.Message)
- func (m *Handshake) XXX_Size() int
- func (m *Handshake) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type EmitCheque ¶
type EmitCheque struct {
Cheque []byte `protobuf:"bytes,1,opt,name=Cheque,proto3" json:"Cheque,omitempty"`
}
func (*EmitCheque) Descriptor ¶
func (*EmitCheque) Descriptor() ([]byte, []int)
func (*EmitCheque) GetCheque ¶
func (m *EmitCheque) GetCheque() []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
type Handshake ¶
type Handshake struct {
Beneficiary []byte `protobuf:"bytes,1,opt,name=Beneficiary,proto3" json:"Beneficiary,omitempty"`
}
func (*Handshake) Descriptor ¶
func (*Handshake) GetBeneficiary ¶
func (*Handshake) MarshalToSizedBuffer ¶
func (*Handshake) ProtoMessage ¶
func (*Handshake) ProtoMessage()
func (*Handshake) XXX_DiscardUnknown ¶
func (m *Handshake) XXX_DiscardUnknown()
func (*Handshake) XXX_Marshal ¶
func (*Handshake) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.