Documentation ¶
Index ¶
- Variables
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetCanAddMaintainer() bool
- func (x *Message) GetCanBurnAsset() bool
- func (x *Message) GetCanMintAsset() bool
- func (x *Message) GetCanMutateMaintainer() bool
- func (x *Message) GetCanRemoveMaintainer() bool
- func (x *Message) GetCanRenumerateAsset() bool
- func (x *Message) GetClassificationID() *base.ClassificationID
- func (x *Message) GetFrom() string
- func (x *Message) GetFromID() *base.IdentityID
- func (x *Message) GetMaintainedProperties() *base1.PropertyList
- func (x *Message) GetToID() *base.IdentityID
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
- type Response
Constants ¶
This section is empty.
Variables ¶
View Source
var File_modules_orders_internal_transactions_deputize_message_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_orders_internal_transactions_deputize_response_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_orders_internal_transactions_deputize_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"` ToID *base.IdentityID `protobuf:"bytes,3,opt,name=to_i_d,json=toID,proto3" json:"to_i_d,omitempty"` ClassificationID *base.ClassificationID `protobuf:"bytes,4,opt,name=classification_i_d,json=classificationID,proto3" json:"classification_i_d,omitempty"` MaintainedProperties *base1.PropertyList `protobuf:"bytes,5,opt,name=maintained_properties,json=maintainedProperties,proto3" json:"maintained_properties,omitempty"` CanMintAsset bool `protobuf:"varint,6,opt,name=can_mint_asset,json=canMintAsset,proto3" json:"can_mint_asset,omitempty"` CanBurnAsset bool `protobuf:"varint,7,opt,name=can_burn_asset,json=canBurnAsset,proto3" json:"can_burn_asset,omitempty"` CanRenumerateAsset bool `protobuf:"varint,8,opt,name=can_renumerate_asset,json=canRenumerateAsset,proto3" json:"can_renumerate_asset,omitempty"` CanAddMaintainer bool `protobuf:"varint,9,opt,name=can_add_maintainer,json=canAddMaintainer,proto3" json:"can_add_maintainer,omitempty"` CanRemoveMaintainer bool `protobuf:"varint,10,opt,name=can_remove_maintainer,json=canRemoveMaintainer,proto3" json:"can_remove_maintainer,omitempty"` CanMutateMaintainer bool `protobuf:"varint,11,opt,name=can_mutate_maintainer,json=canMutateMaintainer,proto3" json:"can_mutate_maintainer,omitempty"` // contains filtered or unexported fields }
func (*Message) GetClassificationID ¶
func (x *Message) GetClassificationID() *base.ClassificationID
func (*Message) GetFromID ¶
func (x *Message) GetFromID() *base.IdentityID
func (*Message) GetMaintainedProperties ¶
func (x *Message) GetMaintainedProperties() *base1.PropertyList
func (*Message) GetToID ¶
func (x *Message) GetToID() *base.IdentityID
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.