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