Documentation ¶
Index ¶
- Variables
- type SigningRequest
- func (*SigningRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SigningRequest) GetAuthToken() string
- func (x *SigningRequest) GetFilecoinDealProtocol() string
- func (x *SigningRequest) GetPayload() []byte
- func (x *SigningRequest) GetWalletAddress() string
- func (*SigningRequest) ProtoMessage()
- func (x *SigningRequest) ProtoReflect() protoreflect.Message
- func (x *SigningRequest) Reset()
- func (x *SigningRequest) String() string
- type SigningResponse
- func (*SigningResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SigningResponse) GetError() string
- func (x *SigningResponse) GetSignature() []byte
- func (*SigningResponse) ProtoMessage()
- func (x *SigningResponse) ProtoReflect() protoreflect.Message
- func (x *SigningResponse) Reset()
- func (x *SigningResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_wallet_wallet_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SigningRequest ¶
type SigningRequest struct { AuthToken string `protobuf:"bytes,1,opt,name=auth_token,json=authToken,proto3" json:"auth_token,omitempty"` WalletAddress string `protobuf:"bytes,4,opt,name=wallet_address,json=walletAddress,proto3" json:"wallet_address,omitempty"` FilecoinDealProtocol string `protobuf:"bytes,2,opt,name=filecoin_deal_protocol,json=filecoinDealProtocol,proto3" json:"filecoin_deal_protocol,omitempty"` Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*SigningRequest) Descriptor
deprecated
func (*SigningRequest) Descriptor() ([]byte, []int)
Deprecated: Use SigningRequest.ProtoReflect.Descriptor instead.
func (*SigningRequest) GetAuthToken ¶
func (x *SigningRequest) GetAuthToken() string
func (*SigningRequest) GetFilecoinDealProtocol ¶
func (x *SigningRequest) GetFilecoinDealProtocol() string
func (*SigningRequest) GetPayload ¶
func (x *SigningRequest) GetPayload() []byte
func (*SigningRequest) GetWalletAddress ¶
func (x *SigningRequest) GetWalletAddress() string
func (*SigningRequest) ProtoMessage ¶
func (*SigningRequest) ProtoMessage()
func (*SigningRequest) ProtoReflect ¶
func (x *SigningRequest) ProtoReflect() protoreflect.Message
func (*SigningRequest) Reset ¶
func (x *SigningRequest) Reset()
func (*SigningRequest) String ¶
func (x *SigningRequest) String() string
type SigningResponse ¶
type SigningResponse struct { Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*SigningResponse) Descriptor
deprecated
func (*SigningResponse) Descriptor() ([]byte, []int)
Deprecated: Use SigningResponse.ProtoReflect.Descriptor instead.
func (*SigningResponse) GetError ¶
func (x *SigningResponse) GetError() string
func (*SigningResponse) GetSignature ¶
func (x *SigningResponse) GetSignature() []byte
func (*SigningResponse) ProtoMessage ¶
func (*SigningResponse) ProtoMessage()
func (*SigningResponse) ProtoReflect ¶
func (x *SigningResponse) ProtoReflect() protoreflect.Message
func (*SigningResponse) Reset ¶
func (x *SigningResponse) Reset()
func (*SigningResponse) String ¶
func (x *SigningResponse) String() string
Click to show internal directories.
Click to hide internal directories.