Documentation ¶
Index ¶
- type SignResponse
- func (*SignResponse) Descriptor() ([]byte, []int)
- func (m *SignResponse) GetAddress() string
- func (m *SignResponse) GetH() string
- func (m *SignResponse) GetHash() string
- func (m *SignResponse) GetR() string
- func (m *SignResponse) GetS() string
- func (m *SignResponse) GetSig() string
- func (m *SignResponse) GetV() string
- func (*SignResponse) ProtoMessage()
- func (m *SignResponse) Reset()
- func (m *SignResponse) String() string
- func (m *SignResponse) XXX_DiscardUnknown()
- func (m *SignResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignResponse) XXX_Merge(src proto.Message)
- func (m *SignResponse) XXX_Size() int
- func (m *SignResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SignResponse ¶
type SignResponse struct { H string `protobuf:"bytes,1,opt,name=h,proto3" json:"h,omitempty"` R string `protobuf:"bytes,2,opt,name=r,proto3" json:"r,omitempty"` S string `protobuf:"bytes,3,opt,name=s,proto3" json:"s,omitempty"` V string `protobuf:"bytes,4,opt,name=v,proto3" json:"v,omitempty"` Address string `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"` Hash string `protobuf:"bytes,6,opt,name=hash,proto3" json:"hash,omitempty"` Sig string `protobuf:"bytes,7,opt,name=sig,proto3" json:"sig,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SignResponse) Descriptor ¶
func (*SignResponse) Descriptor() ([]byte, []int)
func (*SignResponse) GetAddress ¶
func (m *SignResponse) GetAddress() string
func (*SignResponse) GetH ¶
func (m *SignResponse) GetH() string
func (*SignResponse) GetHash ¶
func (m *SignResponse) GetHash() string
func (*SignResponse) GetR ¶
func (m *SignResponse) GetR() string
func (*SignResponse) GetS ¶
func (m *SignResponse) GetS() string
func (*SignResponse) GetSig ¶
func (m *SignResponse) GetSig() string
func (*SignResponse) GetV ¶
func (m *SignResponse) GetV() string
func (*SignResponse) ProtoMessage ¶
func (*SignResponse) ProtoMessage()
func (*SignResponse) Reset ¶
func (m *SignResponse) Reset()
func (*SignResponse) String ¶
func (m *SignResponse) String() string
func (*SignResponse) XXX_DiscardUnknown ¶
func (m *SignResponse) XXX_DiscardUnknown()
func (*SignResponse) XXX_Marshal ¶
func (m *SignResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SignResponse) XXX_Merge ¶
func (dst *SignResponse) XXX_Merge(src proto.Message)
func (*SignResponse) XXX_Size ¶
func (m *SignResponse) XXX_Size() int
func (*SignResponse) XXX_Unmarshal ¶
func (m *SignResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.