Documentation ¶
Index ¶
- Variables
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetFrom() string
- func (x *Message) GetFromID() *base.IdentityID
- func (x *Message) GetIdentityID() *base.IdentityID
- func (x *Message) GetMutableMetaProperties() *base1.PropertyList
- func (x *Message) GetMutableProperties() *base1.PropertyList
- 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_identities_internal_transactions_mutate_message_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_identities_internal_transactions_mutate_response_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_identities_internal_transactions_mutate_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"` IdentityID *base.IdentityID `protobuf:"bytes,3,opt,name=identity_i_d,json=identityID,proto3" json:"identity_i_d,omitempty"` MutableMetaProperties *base1.PropertyList `` /* 126-byte string literal not displayed */ MutableProperties *base1.PropertyList `protobuf:"bytes,5,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) GetIdentityID ¶
func (x *Message) GetIdentityID() *base.IdentityID
func (*Message) GetMutableMetaProperties ¶
func (x *Message) GetMutableMetaProperties() *base1.PropertyList
func (*Message) GetMutableProperties ¶
func (x *Message) GetMutableProperties() *base1.PropertyList
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.