Documentation
¶
Index ¶
- Variables
- type HelloRequest
- type HelloResponse
- func (*HelloResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HelloResponse) GetCode() int64
- func (x *HelloResponse) GetData() *HelloResponse_Data
- func (x *HelloResponse) GetMessage() string
- func (*HelloResponse) ProtoMessage()
- func (x *HelloResponse) ProtoReflect() protoreflect.Message
- func (x *HelloResponse) Reset()
- func (x *HelloResponse) String() string
- type HelloResponse_Data
- func (*HelloResponse_Data) Descriptor() ([]byte, []int)deprecated
- func (x *HelloResponse_Data) GetInfo() string
- func (*HelloResponse_Data) ProtoMessage()
- func (x *HelloResponse_Data) ProtoReflect() protoreflect.Message
- func (x *HelloResponse_Data) Reset()
- func (x *HelloResponse_Data) String() string
- type MpcCheckRequest
- func (*MpcCheckRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MpcCheckRequest) GetCallbackId() string
- func (x *MpcCheckRequest) GetExtraInfo() *structpb.Struct
- func (x *MpcCheckRequest) GetRequestDetail() *structpb.Struct
- func (x *MpcCheckRequest) GetRequestType() string
- func (*MpcCheckRequest) ProtoMessage()
- func (x *MpcCheckRequest) ProtoReflect() protoreflect.Message
- func (x *MpcCheckRequest) Reset()
- func (x *MpcCheckRequest) String() string
- type MpcCheckResponse
- func (*MpcCheckResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MpcCheckResponse) GetData() *structpb.Struct
- func (x *MpcCheckResponse) GetError() string
- func (x *MpcCheckResponse) GetSignature() string
- func (x *MpcCheckResponse) GetStatus() string
- func (*MpcCheckResponse) ProtoMessage()
- func (x *MpcCheckResponse) ProtoReflect() protoreflect.Message
- func (x *MpcCheckResponse) Reset()
- func (x *MpcCheckResponse) String() string
- type TransactionNotifyRequest
- func (*TransactionNotifyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionNotifyRequest) GetExtraInfo() string
- func (x *TransactionNotifyRequest) GetRequestDetail() *structpb.Struct
- func (x *TransactionNotifyRequest) GetRequestId() string
- func (x *TransactionNotifyRequest) GetRequestType() int64
- func (*TransactionNotifyRequest) ProtoMessage()
- func (x *TransactionNotifyRequest) ProtoReflect() protoreflect.Message
- func (x *TransactionNotifyRequest) Reset()
- func (x *TransactionNotifyRequest) String() string
- type TransactionNotifyResponse
- func (*TransactionNotifyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionNotifyResponse) GetCode() int64
- func (x *TransactionNotifyResponse) GetMessage() string
- func (x *TransactionNotifyResponse) GetRequestId() string
- func (*TransactionNotifyResponse) ProtoMessage()
- func (x *TransactionNotifyResponse) ProtoReflect() protoreflect.Message
- func (x *TransactionNotifyResponse) Reset()
- func (x *TransactionNotifyResponse) String() string
- type WithdrawalConfirmRequest
- func (*WithdrawalConfirmRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WithdrawalConfirmRequest) GetExtraInfo() string
- func (x *WithdrawalConfirmRequest) GetRequestDetail() *structpb.Struct
- func (x *WithdrawalConfirmRequest) GetRequestId() string
- func (*WithdrawalConfirmRequest) ProtoMessage()
- func (x *WithdrawalConfirmRequest) ProtoReflect() protoreflect.Message
- func (x *WithdrawalConfirmRequest) Reset()
- func (x *WithdrawalConfirmRequest) String() string
- type WithdrawalConfirmResponse
- func (*WithdrawalConfirmResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WithdrawalConfirmResponse) GetAction() string
- func (x *WithdrawalConfirmResponse) GetCode() int64
- func (x *WithdrawalConfirmResponse) GetMessage() string
- func (x *WithdrawalConfirmResponse) GetRequestId() string
- func (*WithdrawalConfirmResponse) ProtoMessage()
- func (x *WithdrawalConfirmResponse) ProtoReflect() protoreflect.Message
- func (x *WithdrawalConfirmResponse) Reset()
- func (x *WithdrawalConfirmResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_api_protobuf_vo_hello_proto protoreflect.FileDescriptor
View Source
var File_api_protobuf_vo_mpc_proto protoreflect.FileDescriptor
View Source
var File_api_protobuf_vo_sinohope_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HelloRequest ¶
type HelloRequest struct {
// contains filtered or unexported fields
}
func (*HelloRequest) Descriptor
deprecated
func (*HelloRequest) Descriptor() ([]byte, []int)
Deprecated: Use HelloRequest.ProtoReflect.Descriptor instead.
func (*HelloRequest) ProtoMessage ¶
func (*HelloRequest) ProtoMessage()
func (*HelloRequest) ProtoReflect ¶
func (x *HelloRequest) ProtoReflect() protoreflect.Message
func (*HelloRequest) Reset ¶
func (x *HelloRequest) Reset()
func (*HelloRequest) String ¶
func (x *HelloRequest) String() string
type HelloResponse ¶
type HelloResponse struct { Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` // 0: return code Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // body message Data *HelloResponse_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // data message // contains filtered or unexported fields }
func (*HelloResponse) Descriptor
deprecated
func (*HelloResponse) Descriptor() ([]byte, []int)
Deprecated: Use HelloResponse.ProtoReflect.Descriptor instead.
func (*HelloResponse) GetCode ¶
func (x *HelloResponse) GetCode() int64
func (*HelloResponse) GetData ¶
func (x *HelloResponse) GetData() *HelloResponse_Data
func (*HelloResponse) GetMessage ¶
func (x *HelloResponse) GetMessage() string
func (*HelloResponse) ProtoMessage ¶
func (*HelloResponse) ProtoMessage()
func (*HelloResponse) ProtoReflect ¶
func (x *HelloResponse) ProtoReflect() protoreflect.Message
func (*HelloResponse) Reset ¶
func (x *HelloResponse) Reset()
func (*HelloResponse) String ¶
func (x *HelloResponse) String() string
type HelloResponse_Data ¶
type HelloResponse_Data struct { Info string `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` // data info // contains filtered or unexported fields }
func (*HelloResponse_Data) Descriptor
deprecated
func (*HelloResponse_Data) Descriptor() ([]byte, []int)
Deprecated: Use HelloResponse_Data.ProtoReflect.Descriptor instead.
func (*HelloResponse_Data) GetInfo ¶
func (x *HelloResponse_Data) GetInfo() string
func (*HelloResponse_Data) ProtoMessage ¶
func (*HelloResponse_Data) ProtoMessage()
func (*HelloResponse_Data) ProtoReflect ¶
func (x *HelloResponse_Data) ProtoReflect() protoreflect.Message
func (*HelloResponse_Data) Reset ¶
func (x *HelloResponse_Data) Reset()
func (*HelloResponse_Data) String ¶
func (x *HelloResponse_Data) String() string
type MpcCheckRequest ¶ added in v1.1.0
type MpcCheckRequest struct { CallbackId string `protobuf:"bytes,1,opt,name=callback_id,json=callbackId,proto3" json:"callback_id,omitempty"` RequestType string `protobuf:"bytes,2,opt,name=request_type,json=requestType,proto3" json:"request_type,omitempty"` RequestDetail *structpb.Struct `protobuf:"bytes,3,opt,name=request_detail,json=requestDetail,proto3" json:"request_detail,omitempty"` ExtraInfo *structpb.Struct `protobuf:"bytes,4,opt,name=extra_info,json=extraInfo,proto3" json:"extra_info,omitempty"` // contains filtered or unexported fields }
func (*MpcCheckRequest) Descriptor
deprecated
added in
v1.1.0
func (*MpcCheckRequest) Descriptor() ([]byte, []int)
Deprecated: Use MpcCheckRequest.ProtoReflect.Descriptor instead.
func (*MpcCheckRequest) GetCallbackId ¶ added in v1.1.0
func (x *MpcCheckRequest) GetCallbackId() string
func (*MpcCheckRequest) GetExtraInfo ¶ added in v1.1.0
func (x *MpcCheckRequest) GetExtraInfo() *structpb.Struct
func (*MpcCheckRequest) GetRequestDetail ¶ added in v1.1.0
func (x *MpcCheckRequest) GetRequestDetail() *structpb.Struct
func (*MpcCheckRequest) GetRequestType ¶ added in v1.1.0
func (x *MpcCheckRequest) GetRequestType() string
func (*MpcCheckRequest) ProtoMessage ¶ added in v1.1.0
func (*MpcCheckRequest) ProtoMessage()
func (*MpcCheckRequest) ProtoReflect ¶ added in v1.1.0
func (x *MpcCheckRequest) ProtoReflect() protoreflect.Message
func (*MpcCheckRequest) Reset ¶ added in v1.1.0
func (x *MpcCheckRequest) Reset()
func (*MpcCheckRequest) String ¶ added in v1.1.0
func (x *MpcCheckRequest) String() string
type MpcCheckResponse ¶ added in v1.1.0
type MpcCheckResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` Data *structpb.Struct `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` Signature string `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*MpcCheckResponse) Descriptor
deprecated
added in
v1.1.0
func (*MpcCheckResponse) Descriptor() ([]byte, []int)
Deprecated: Use MpcCheckResponse.ProtoReflect.Descriptor instead.
func (*MpcCheckResponse) GetData ¶ added in v1.1.0
func (x *MpcCheckResponse) GetData() *structpb.Struct
func (*MpcCheckResponse) GetError ¶ added in v1.1.0
func (x *MpcCheckResponse) GetError() string
func (*MpcCheckResponse) GetSignature ¶ added in v1.1.0
func (x *MpcCheckResponse) GetSignature() string
func (*MpcCheckResponse) GetStatus ¶ added in v1.1.0
func (x *MpcCheckResponse) GetStatus() string
func (*MpcCheckResponse) ProtoMessage ¶ added in v1.1.0
func (*MpcCheckResponse) ProtoMessage()
func (*MpcCheckResponse) ProtoReflect ¶ added in v1.1.0
func (x *MpcCheckResponse) ProtoReflect() protoreflect.Message
func (*MpcCheckResponse) Reset ¶ added in v1.1.0
func (x *MpcCheckResponse) Reset()
func (*MpcCheckResponse) String ¶ added in v1.1.0
func (x *MpcCheckResponse) String() string
type TransactionNotifyRequest ¶
type TransactionNotifyRequest struct { RequestType int64 `protobuf:"varint,1,opt,name=requestType,proto3" json:"requestType,omitempty"` RequestId string `protobuf:"bytes,2,opt,name=requestId,proto3" json:"requestId,omitempty"` RequestDetail *structpb.Struct `protobuf:"bytes,3,opt,name=requestDetail,proto3" json:"requestDetail,omitempty"` ExtraInfo string `protobuf:"bytes,4,opt,name=extraInfo,proto3" json:"extraInfo,omitempty"` // contains filtered or unexported fields }
func (*TransactionNotifyRequest) Descriptor
deprecated
func (*TransactionNotifyRequest) Descriptor() ([]byte, []int)
Deprecated: Use TransactionNotifyRequest.ProtoReflect.Descriptor instead.
func (*TransactionNotifyRequest) GetExtraInfo ¶
func (x *TransactionNotifyRequest) GetExtraInfo() string
func (*TransactionNotifyRequest) GetRequestDetail ¶
func (x *TransactionNotifyRequest) GetRequestDetail() *structpb.Struct
func (*TransactionNotifyRequest) GetRequestId ¶
func (x *TransactionNotifyRequest) GetRequestId() string
func (*TransactionNotifyRequest) GetRequestType ¶
func (x *TransactionNotifyRequest) GetRequestType() int64
func (*TransactionNotifyRequest) ProtoMessage ¶
func (*TransactionNotifyRequest) ProtoMessage()
func (*TransactionNotifyRequest) ProtoReflect ¶
func (x *TransactionNotifyRequest) ProtoReflect() protoreflect.Message
func (*TransactionNotifyRequest) Reset ¶
func (x *TransactionNotifyRequest) Reset()
func (*TransactionNotifyRequest) String ¶
func (x *TransactionNotifyRequest) String() string
type TransactionNotifyResponse ¶
type TransactionNotifyResponse struct { Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` RequestId string `protobuf:"bytes,2,opt,name=requestId,proto3" json:"requestId,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*TransactionNotifyResponse) Descriptor
deprecated
func (*TransactionNotifyResponse) Descriptor() ([]byte, []int)
Deprecated: Use TransactionNotifyResponse.ProtoReflect.Descriptor instead.
func (*TransactionNotifyResponse) GetCode ¶
func (x *TransactionNotifyResponse) GetCode() int64
func (*TransactionNotifyResponse) GetMessage ¶
func (x *TransactionNotifyResponse) GetMessage() string
func (*TransactionNotifyResponse) GetRequestId ¶
func (x *TransactionNotifyResponse) GetRequestId() string
func (*TransactionNotifyResponse) ProtoMessage ¶
func (*TransactionNotifyResponse) ProtoMessage()
func (*TransactionNotifyResponse) ProtoReflect ¶
func (x *TransactionNotifyResponse) ProtoReflect() protoreflect.Message
func (*TransactionNotifyResponse) Reset ¶
func (x *TransactionNotifyResponse) Reset()
func (*TransactionNotifyResponse) String ¶
func (x *TransactionNotifyResponse) String() string
type WithdrawalConfirmRequest ¶ added in v1.1.0
type WithdrawalConfirmRequest struct { RequestId string `protobuf:"bytes,2,opt,name=requestId,proto3" json:"requestId,omitempty"` RequestDetail *structpb.Struct `protobuf:"bytes,3,opt,name=requestDetail,proto3" json:"requestDetail,omitempty"` ExtraInfo string `protobuf:"bytes,4,opt,name=extraInfo,proto3" json:"extraInfo,omitempty"` // contains filtered or unexported fields }
func (*WithdrawalConfirmRequest) Descriptor
deprecated
added in
v1.1.0
func (*WithdrawalConfirmRequest) Descriptor() ([]byte, []int)
Deprecated: Use WithdrawalConfirmRequest.ProtoReflect.Descriptor instead.
func (*WithdrawalConfirmRequest) GetExtraInfo ¶ added in v1.1.0
func (x *WithdrawalConfirmRequest) GetExtraInfo() string
func (*WithdrawalConfirmRequest) GetRequestDetail ¶ added in v1.1.0
func (x *WithdrawalConfirmRequest) GetRequestDetail() *structpb.Struct
func (*WithdrawalConfirmRequest) GetRequestId ¶ added in v1.1.0
func (x *WithdrawalConfirmRequest) GetRequestId() string
func (*WithdrawalConfirmRequest) ProtoMessage ¶ added in v1.1.0
func (*WithdrawalConfirmRequest) ProtoMessage()
func (*WithdrawalConfirmRequest) ProtoReflect ¶ added in v1.1.0
func (x *WithdrawalConfirmRequest) ProtoReflect() protoreflect.Message
func (*WithdrawalConfirmRequest) Reset ¶ added in v1.1.0
func (x *WithdrawalConfirmRequest) Reset()
func (*WithdrawalConfirmRequest) String ¶ added in v1.1.0
func (x *WithdrawalConfirmRequest) String() string
type WithdrawalConfirmResponse ¶ added in v1.1.0
type WithdrawalConfirmResponse struct { Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` RequestId string `protobuf:"bytes,2,opt,name=requestId,proto3" json:"requestId,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` Action string `protobuf:"bytes,4,opt,name=action,proto3" json:"action,omitempty"` // contains filtered or unexported fields }
func (*WithdrawalConfirmResponse) Descriptor
deprecated
added in
v1.1.0
func (*WithdrawalConfirmResponse) Descriptor() ([]byte, []int)
Deprecated: Use WithdrawalConfirmResponse.ProtoReflect.Descriptor instead.
func (*WithdrawalConfirmResponse) GetAction ¶ added in v1.1.0
func (x *WithdrawalConfirmResponse) GetAction() string
func (*WithdrawalConfirmResponse) GetCode ¶ added in v1.1.0
func (x *WithdrawalConfirmResponse) GetCode() int64
func (*WithdrawalConfirmResponse) GetMessage ¶ added in v1.1.0
func (x *WithdrawalConfirmResponse) GetMessage() string
func (*WithdrawalConfirmResponse) GetRequestId ¶ added in v1.1.0
func (x *WithdrawalConfirmResponse) GetRequestId() string
func (*WithdrawalConfirmResponse) ProtoMessage ¶ added in v1.1.0
func (*WithdrawalConfirmResponse) ProtoMessage()
func (*WithdrawalConfirmResponse) ProtoReflect ¶ added in v1.1.0
func (x *WithdrawalConfirmResponse) ProtoReflect() protoreflect.Message
func (*WithdrawalConfirmResponse) Reset ¶ added in v1.1.0
func (x *WithdrawalConfirmResponse) Reset()
func (*WithdrawalConfirmResponse) String ¶ added in v1.1.0
func (x *WithdrawalConfirmResponse) String() string
Click to show internal directories.
Click to hide internal directories.