Documentation ¶
Index ¶
- Variables
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetAssetID() *base.AssetID
- func (x *Message) GetFrom() string
- func (x *Message) GetFromID() *base.IdentityID
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
- type TransactionRequest
- func (*TransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionRequest) GetAssetId() string
- func (x *TransactionRequest) GetFrom() string
- func (x *TransactionRequest) GetFromId() string
- func (*TransactionRequest) ProtoMessage()
- func (x *TransactionRequest) ProtoReflect() protoreflect.Message
- func (x *TransactionRequest) Reset()
- func (x *TransactionRequest) String() string
- type TransactionResponse
- func (*TransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionResponse) GetError() string
- func (x *TransactionResponse) GetSuccess() bool
- func (*TransactionResponse) ProtoMessage()
- func (x *TransactionResponse) ProtoReflect() protoreflect.Message
- func (x *TransactionResponse) Reset()
- func (x *TransactionResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_modules_assets_internal_transactions_renumerate_message_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_assets_internal_transactions_renumerate_transactionRequest_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_assets_internal_transactions_renumerate_transactionResponse_v1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"` FromID *base.IdentityID `protobuf:"bytes,2,opt,name=from_i_d,json=fromID,proto3" json:"from_i_d,omitempty"` AssetID *base.AssetID `protobuf:"bytes,3,opt,name=asset_i_d,json=assetID,proto3" json:"asset_i_d,omitempty"` // contains filtered or unexported fields }
func (*Message) GetFromID ¶
func (x *Message) GetFromID() *base.IdentityID
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type TransactionRequest ¶
type TransactionRequest struct { From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"` FromId string `protobuf:"bytes,2,opt,name=from_id,json=fromId,proto3" json:"from_id,omitempty"` AssetId string `protobuf:"bytes,3,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // contains filtered or unexported fields }
func (*TransactionRequest) Descriptor
deprecated
func (*TransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use TransactionRequest.ProtoReflect.Descriptor instead.
func (*TransactionRequest) GetAssetId ¶
func (x *TransactionRequest) GetAssetId() string
func (*TransactionRequest) GetFrom ¶
func (x *TransactionRequest) GetFrom() string
func (*TransactionRequest) GetFromId ¶
func (x *TransactionRequest) GetFromId() string
func (*TransactionRequest) ProtoMessage ¶
func (*TransactionRequest) ProtoMessage()
func (*TransactionRequest) ProtoReflect ¶
func (x *TransactionRequest) ProtoReflect() protoreflect.Message
func (*TransactionRequest) Reset ¶
func (x *TransactionRequest) Reset()
func (*TransactionRequest) String ¶
func (x *TransactionRequest) String() string
type TransactionResponse ¶
type TransactionResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // TODO define error object Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*TransactionResponse) Descriptor
deprecated
func (*TransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use TransactionResponse.ProtoReflect.Descriptor instead.
func (*TransactionResponse) GetError ¶
func (x *TransactionResponse) GetError() string
func (*TransactionResponse) GetSuccess ¶
func (x *TransactionResponse) GetSuccess() bool
func (*TransactionResponse) ProtoMessage ¶
func (*TransactionResponse) ProtoMessage()
func (*TransactionResponse) ProtoReflect ¶
func (x *TransactionResponse) ProtoReflect() protoreflect.Message
func (*TransactionResponse) Reset ¶
func (x *TransactionResponse) Reset()
func (*TransactionResponse) String ¶
func (x *TransactionResponse) String() string
Click to show internal directories.
Click to hide internal directories.