Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_common_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type H128 ¶
type H128 struct {
Hi uint64 `protobuf:"varint,1,opt,name=Hi,proto3" json:"Hi,omitempty"`
Lo uint64 `protobuf:"varint,2,opt,name=Lo,proto3" json:"Lo,omitempty"`
// contains filtered or unexported fields
}
func (*H128) Descriptor
deprecated
func (*H128) ProtoMessage ¶
func (*H128) ProtoMessage()
func (*H128) ProtoReflect ¶
func (x *H128) ProtoReflect() protoreflect.Message
type H160 ¶
type H160 struct {
Hi *H128 `protobuf:"bytes,1,opt,name=Hi,proto3" json:"Hi,omitempty"`
Lo uint32 `protobuf:"varint,2,opt,name=Lo,proto3" json:"Lo,omitempty"`
// contains filtered or unexported fields
}
func (*H160) Descriptor
deprecated
func (*H160) ProtoMessage ¶
func (*H160) ProtoMessage()
func (*H160) ProtoReflect ¶
func (x *H160) ProtoReflect() protoreflect.Message
type H256 ¶
type H256 struct {
Hi *H128 `protobuf:"bytes,1,opt,name=Hi,proto3" json:"Hi,omitempty"`
Lo *H128 `protobuf:"bytes,2,opt,name=Lo,proto3" json:"Lo,omitempty"`
// contains filtered or unexported fields
}
func (*H256) Descriptor
deprecated
func (*H256) ProtoMessage ¶
func (*H256) ProtoMessage()
func (*H256) ProtoReflect ¶
func (x *H256) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.