Documentation ¶
Index ¶
- Variables
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetFrom() string
- func (x *Message) GetIdentityID() *base.IdentityID
- func (x *Message) GetTo() 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_identities_internal_transactions_unprovision_message_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_identities_internal_transactions_unprovision_response_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_identities_internal_transactions_unprovision_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"` To string `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"` IdentityID *base.IdentityID `protobuf:"bytes,3,opt,name=identity_i_d,json=identityID,proto3" json:"identity_i_d,omitempty"` // contains filtered or unexported fields }
func (*Message) GetIdentityID ¶
func (x *Message) GetIdentityID() *base.IdentityID
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.