Documentation ¶
Index ¶
- Variables
- type AccAddressData
- type BooleanData
- type Data
- func (*Data) Descriptor() ([]byte, []int)deprecated
- func (x *Data) GetAccAddressData() *AccAddressData
- func (x *Data) GetBooleanData() *BooleanData
- func (x *Data) GetDecData() *DecData
- func (x *Data) GetHeightData() *HeightData
- func (x *Data) GetIdData() *IDData
- func (m *Data) GetImpl() isData_Impl
- func (x *Data) GetStringData() *StringData
- func (*Data) ProtoMessage()
- func (x *Data) ProtoReflect() protoreflect.Message
- func (x *Data) Reset()
- func (x *Data) String() string
- type Data_AccAddressData
- type Data_BooleanData
- type Data_DecData
- type Data_HeightData
- type Data_IdData
- type Data_StringData
- type DecData
- type HeightData
- type IDData
- type StringData
Constants ¶
This section is empty.
Variables ¶
View Source
var File_schema_data_base_accAddressData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_booleanData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_data_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_decData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_heightData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_idData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_stringData_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AccAddressData ¶
type AccAddressData struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*AccAddressData) Descriptor
deprecated
func (*AccAddressData) Descriptor() ([]byte, []int)
Deprecated: Use AccAddressData.ProtoReflect.Descriptor instead.
func (*AccAddressData) GetValue ¶
func (x *AccAddressData) GetValue() []byte
func (*AccAddressData) ProtoMessage ¶
func (*AccAddressData) ProtoMessage()
func (*AccAddressData) ProtoReflect ¶
func (x *AccAddressData) ProtoReflect() protoreflect.Message
func (*AccAddressData) Reset ¶
func (x *AccAddressData) Reset()
func (*AccAddressData) String ¶
func (x *AccAddressData) String() string
type BooleanData ¶
type BooleanData struct { Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*BooleanData) Descriptor
deprecated
func (*BooleanData) Descriptor() ([]byte, []int)
Deprecated: Use BooleanData.ProtoReflect.Descriptor instead.
func (*BooleanData) GetValue ¶
func (x *BooleanData) GetValue() bool
func (*BooleanData) ProtoMessage ¶
func (*BooleanData) ProtoMessage()
func (*BooleanData) ProtoReflect ¶
func (x *BooleanData) ProtoReflect() protoreflect.Message
func (*BooleanData) Reset ¶
func (x *BooleanData) Reset()
func (*BooleanData) String ¶
func (x *BooleanData) String() string
type Data ¶
type Data struct { // Types that are assignable to Impl: // // *Data_AccAddressData // *Data_BooleanData // *Data_DecData // *Data_HeightData // *Data_IdData // *Data_StringData Impl isData_Impl `protobuf_oneof:"impl"` // contains filtered or unexported fields }
func (*Data) GetAccAddressData ¶
func (x *Data) GetAccAddressData() *AccAddressData
func (*Data) GetBooleanData ¶
func (x *Data) GetBooleanData() *BooleanData
func (*Data) GetHeightData ¶
func (x *Data) GetHeightData() *HeightData
func (*Data) GetStringData ¶
func (x *Data) GetStringData() *StringData
func (*Data) ProtoReflect ¶
func (x *Data) ProtoReflect() protoreflect.Message
type Data_AccAddressData ¶
type Data_AccAddressData struct {
AccAddressData *AccAddressData `protobuf:"bytes,1,opt,name=accAddressData,proto3,oneof"`
}
type Data_BooleanData ¶
type Data_BooleanData struct {
BooleanData *BooleanData `protobuf:"bytes,2,opt,name=booleanData,proto3,oneof"`
}
type Data_DecData ¶
type Data_DecData struct {
DecData *DecData `protobuf:"bytes,3,opt,name=decData,proto3,oneof"`
}
type Data_HeightData ¶
type Data_HeightData struct {
HeightData *HeightData `protobuf:"bytes,4,opt,name=heightData,proto3,oneof"`
}
type Data_IdData ¶
type Data_IdData struct {
IdData *IDData `protobuf:"bytes,5,opt,name=idData,proto3,oneof"`
}
type Data_StringData ¶
type Data_StringData struct {
StringData *StringData `protobuf:"bytes,7,opt,name=stringData,proto3,oneof"`
}
type DecData ¶
type DecData struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*DecData) ProtoReflect ¶
func (x *DecData) ProtoReflect() protoreflect.Message
type HeightData ¶
type HeightData struct { Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*HeightData) Descriptor
deprecated
func (*HeightData) Descriptor() ([]byte, []int)
Deprecated: Use HeightData.ProtoReflect.Descriptor instead.
func (*HeightData) GetValue ¶
func (x *HeightData) GetValue() int64
func (*HeightData) ProtoMessage ¶
func (*HeightData) ProtoMessage()
func (*HeightData) ProtoReflect ¶
func (x *HeightData) ProtoReflect() protoreflect.Message
func (*HeightData) Reset ¶
func (x *HeightData) Reset()
func (*HeightData) String ¶
func (x *HeightData) String() string
type IDData ¶
type IDData struct { Value *base.ID `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*IDData) ProtoReflect ¶
func (x *IDData) ProtoReflect() protoreflect.Message
type StringData ¶
type StringData struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*StringData) Descriptor
deprecated
func (*StringData) Descriptor() ([]byte, []int)
Deprecated: Use StringData.ProtoReflect.Descriptor instead.
func (*StringData) GetValue ¶
func (x *StringData) GetValue() string
func (*StringData) ProtoMessage ¶
func (*StringData) ProtoMessage()
func (*StringData) ProtoReflect ¶
func (x *StringData) ProtoReflect() protoreflect.Message
func (*StringData) Reset ¶
func (x *StringData) Reset()
func (*StringData) String ¶
func (x *StringData) String() string
Click to show internal directories.
Click to hide internal directories.