Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PrivKeyEd25519 ¶
type PrivKeyEd25519 struct { Value []byte `protobuf:"bytes,1,opt,name=Value,proto3" json:"Value,omitempty"` // contains filtered or unexported fields }
func (*PrivKeyEd25519) Descriptor
deprecated
func (*PrivKeyEd25519) Descriptor() ([]byte, []int)
Deprecated: Use PrivKeyEd25519.ProtoReflect.Descriptor instead.
func (*PrivKeyEd25519) GetValue ¶
func (x *PrivKeyEd25519) GetValue() []byte
func (*PrivKeyEd25519) ProtoMessage ¶
func (*PrivKeyEd25519) ProtoMessage()
func (*PrivKeyEd25519) ProtoReflect ¶
func (x *PrivKeyEd25519) ProtoReflect() protoreflect.Message
func (*PrivKeyEd25519) Reset ¶
func (x *PrivKeyEd25519) Reset()
func (*PrivKeyEd25519) String ¶
func (x *PrivKeyEd25519) String() string
type PubKeyEd25519 ¶
type PubKeyEd25519 struct { Value []byte `protobuf:"bytes,1,opt,name=Value,proto3" json:"Value,omitempty"` // contains filtered or unexported fields }
messages
func (*PubKeyEd25519) Descriptor
deprecated
func (*PubKeyEd25519) Descriptor() ([]byte, []int)
Deprecated: Use PubKeyEd25519.ProtoReflect.Descriptor instead.
func (*PubKeyEd25519) GetValue ¶
func (x *PubKeyEd25519) GetValue() []byte
func (*PubKeyEd25519) ProtoMessage ¶
func (*PubKeyEd25519) ProtoMessage()
func (*PubKeyEd25519) ProtoReflect ¶
func (x *PubKeyEd25519) ProtoReflect() protoreflect.Message
func (*PubKeyEd25519) Reset ¶
func (x *PubKeyEd25519) Reset()
func (*PubKeyEd25519) String ¶
func (x *PubKeyEd25519) String() string
Click to show internal directories.
Click to hide internal directories.