Documentation ¶
Index ¶
- Variables
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetExpiresIn() *base1.Height
- func (x *Message) GetFrom() string
- func (x *Message) GetFromID() *base.IdentityID
- func (x *Message) GetMakerOwnableSplit() string
- func (x *Message) GetMutableMetaProperties() *base2.PropertyList
- func (x *Message) GetMutableProperties() *base2.PropertyList
- func (x *Message) GetOrderID() *base.OrderID
- func (x *Message) GetTakerOwnableSplit() string
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
- type TransactionResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var File_modules_orders_internal_transactions_modify_message_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_orders_internal_transactions_modify_response_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_orders_internal_transactions_modify_service_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"` OrderID *base.OrderID `protobuf:"bytes,3,opt,name=order_i_d,json=orderID,proto3" json:"order_i_d,omitempty"` MakerOwnableSplit string `protobuf:"bytes,4,opt,name=maker_ownable_split,json=makerOwnableSplit,proto3" json:"maker_ownable_split,omitempty"` TakerOwnableSplit string `protobuf:"bytes,5,opt,name=taker_ownable_split,json=takerOwnableSplit,proto3" json:"taker_ownable_split,omitempty"` ExpiresIn *base1.Height `protobuf:"bytes,6,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"` MutableMetaProperties *base2.PropertyList `` /* 126-byte string literal not displayed */ MutableProperties *base2.PropertyList `protobuf:"bytes,8,opt,name=mutable_properties,json=mutableProperties,proto3" json:"mutable_properties,omitempty"` // contains filtered or unexported fields }
func (*Message) GetFromID ¶
func (x *Message) GetFromID() *base.IdentityID
func (*Message) GetMutableMetaProperties ¶
func (x *Message) GetMutableMetaProperties() *base2.PropertyList
func (*Message) GetMutableProperties ¶
func (x *Message) GetMutableProperties() *base2.PropertyList
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type TransactionResponse ¶
type TransactionResponse struct {
// contains filtered or unexported fields
}
func (*TransactionResponse) Descriptor
deprecated
func (*TransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use TransactionResponse.ProtoReflect.Descriptor instead.
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.