Documentation ¶
Index ¶
- Variables
- type AccAddressData
- type AccAddressDataI
- func (*AccAddressDataI) Descriptor() ([]byte, []int)deprecated
- func (x *AccAddressDataI) GetAccAddressData() *AccAddressData
- func (m *AccAddressDataI) GetImpl() isAccAddressDataI_Impl
- func (*AccAddressDataI) ProtoMessage()
- func (x *AccAddressDataI) ProtoReflect() protoreflect.Message
- func (x *AccAddressDataI) Reset()
- func (x *AccAddressDataI) String() string
- type AccAddressDataI_AccAddressData
- type BooleanData
- type BooleanDataI
- func (*BooleanDataI) Descriptor() ([]byte, []int)deprecated
- func (x *BooleanDataI) GetBooleanData() *BooleanData
- func (m *BooleanDataI) GetImpl() isBooleanDataI_Impl
- func (*BooleanDataI) ProtoMessage()
- func (x *BooleanDataI) ProtoReflect() protoreflect.Message
- func (x *BooleanDataI) Reset()
- func (x *BooleanDataI) String() string
- type BooleanDataI_BooleanData
- type DecData
- type DecDataI
- type DecDataI_DecData
- type HeightData
- type HeightDataI
- func (*HeightDataI) Descriptor() ([]byte, []int)deprecated
- func (x *HeightDataI) GetHeightData() *HeightData
- func (m *HeightDataI) GetImpl() isHeightDataI_Impl
- func (*HeightDataI) ProtoMessage()
- func (x *HeightDataI) ProtoReflect() protoreflect.Message
- func (x *HeightDataI) Reset()
- func (x *HeightDataI) String() string
- type HeightDataI_HeightData
- type IDData
- type IdDataI
- type IdDataI_IdData
- type ListData
- type ListDataI
- func (*ListDataI) Descriptor() ([]byte, []int)deprecated
- func (m *ListDataI) GetImpl() isListDataI_Impl
- func (x *ListDataI) GetListData() *ListData
- func (*ListDataI) ProtoMessage()
- func (x *ListDataI) ProtoReflect() protoreflect.Message
- func (x *ListDataI) Reset()
- func (x *ListDataI) String() string
- type ListDataI_ListData
- type StringData
- type StringDataI
- func (*StringDataI) Descriptor() ([]byte, []int)deprecated
- func (m *StringDataI) GetImpl() isStringDataI_Impl
- func (x *StringDataI) GetStringData() *StringData
- func (*StringDataI) ProtoMessage()
- func (x *StringDataI) ProtoReflect() protoreflect.Message
- func (x *StringDataI) Reset()
- func (x *StringDataI) String() string
- type StringDataI_StringData
Constants ¶
This section is empty.
Variables ¶
View Source
var File_schema_data_base_accAddressDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_accAddressData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_booleanDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_booleanData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_decDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_decData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_heightDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_heightData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_idDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_idData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_listDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_listData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_stringDataI_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 AccAddressDataI ¶
type AccAddressDataI struct { // Types that are assignable to Impl: // // *AccAddressDataI_AccAddressData Impl isAccAddressDataI_Impl `protobuf_oneof:"impl"` // contains filtered or unexported fields }
func (*AccAddressDataI) Descriptor
deprecated
func (*AccAddressDataI) Descriptor() ([]byte, []int)
Deprecated: Use AccAddressDataI.ProtoReflect.Descriptor instead.
func (*AccAddressDataI) GetAccAddressData ¶
func (x *AccAddressDataI) GetAccAddressData() *AccAddressData
func (*AccAddressDataI) GetImpl ¶
func (m *AccAddressDataI) GetImpl() isAccAddressDataI_Impl
func (*AccAddressDataI) ProtoMessage ¶
func (*AccAddressDataI) ProtoMessage()
func (*AccAddressDataI) ProtoReflect ¶
func (x *AccAddressDataI) ProtoReflect() protoreflect.Message
func (*AccAddressDataI) Reset ¶
func (x *AccAddressDataI) Reset()
func (*AccAddressDataI) String ¶
func (x *AccAddressDataI) String() string
type AccAddressDataI_AccAddressData ¶
type AccAddressDataI_AccAddressData struct {
AccAddressData *AccAddressData `protobuf:"bytes,1,opt,name=acc_address_data,json=accAddressData,proto3,oneof"`
}
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 BooleanDataI ¶
type BooleanDataI struct { // Types that are assignable to Impl: // // *BooleanDataI_BooleanData Impl isBooleanDataI_Impl `protobuf_oneof:"impl"` // contains filtered or unexported fields }
func (*BooleanDataI) Descriptor
deprecated
func (*BooleanDataI) Descriptor() ([]byte, []int)
Deprecated: Use BooleanDataI.ProtoReflect.Descriptor instead.
func (*BooleanDataI) GetBooleanData ¶
func (x *BooleanDataI) GetBooleanData() *BooleanData
func (*BooleanDataI) GetImpl ¶
func (m *BooleanDataI) GetImpl() isBooleanDataI_Impl
func (*BooleanDataI) ProtoMessage ¶
func (*BooleanDataI) ProtoMessage()
func (*BooleanDataI) ProtoReflect ¶
func (x *BooleanDataI) ProtoReflect() protoreflect.Message
func (*BooleanDataI) Reset ¶
func (x *BooleanDataI) Reset()
func (*BooleanDataI) String ¶
func (x *BooleanDataI) String() string
type BooleanDataI_BooleanData ¶
type BooleanDataI_BooleanData struct {
BooleanData *BooleanData `protobuf:"bytes,1,opt,name=boolean_data,json=booleanData,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 DecDataI ¶
type DecDataI struct { // Types that are assignable to Impl: // // *DecDataI_DecData Impl isDecDataI_Impl `protobuf_oneof:"impl"` // contains filtered or unexported fields }
func (*DecDataI) ProtoReflect ¶
func (x *DecDataI) ProtoReflect() protoreflect.Message
type DecDataI_DecData ¶
type DecDataI_DecData struct {
DecData *DecData `protobuf:"bytes,1,opt,name=dec_data,json=decData,proto3,oneof"`
}
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 HeightDataI ¶
type HeightDataI struct { // Types that are assignable to Impl: // // *HeightDataI_HeightData Impl isHeightDataI_Impl `protobuf_oneof:"impl"` // contains filtered or unexported fields }
func (*HeightDataI) Descriptor
deprecated
func (*HeightDataI) Descriptor() ([]byte, []int)
Deprecated: Use HeightDataI.ProtoReflect.Descriptor instead.
func (*HeightDataI) GetHeightData ¶
func (x *HeightDataI) GetHeightData() *HeightData
func (*HeightDataI) GetImpl ¶
func (m *HeightDataI) GetImpl() isHeightDataI_Impl
func (*HeightDataI) ProtoMessage ¶
func (*HeightDataI) ProtoMessage()
func (*HeightDataI) ProtoReflect ¶
func (x *HeightDataI) ProtoReflect() protoreflect.Message
func (*HeightDataI) Reset ¶
func (x *HeightDataI) Reset()
func (*HeightDataI) String ¶
func (x *HeightDataI) String() string
type HeightDataI_HeightData ¶
type HeightDataI_HeightData struct {
HeightData *HeightData `protobuf:"bytes,1,opt,name=height_data,json=heightData,proto3,oneof"`
}
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 IdDataI ¶
type IdDataI struct { // Types that are assignable to Impl: // // *IdDataI_IdData Impl isIdDataI_Impl `protobuf_oneof:"impl"` // contains filtered or unexported fields }
func (*IdDataI) ProtoReflect ¶
func (x *IdDataI) ProtoReflect() protoreflect.Message
type IdDataI_IdData ¶
type IdDataI_IdData struct {
IdData *IDData `protobuf:"bytes,1,opt,name=id_data,json=idData,proto3,oneof"`
}
type ListData ¶
type ListData struct { Value *base.List `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ListData) ProtoReflect ¶
func (x *ListData) ProtoReflect() protoreflect.Message
type ListDataI ¶
type ListDataI struct { // Types that are assignable to Impl: // // *ListDataI_ListData Impl isListDataI_Impl `protobuf_oneof:"impl"` // contains filtered or unexported fields }
func (*ListDataI) ProtoReflect ¶
func (x *ListDataI) ProtoReflect() protoreflect.Message
type ListDataI_ListData ¶
type ListDataI_ListData struct {
ListData *ListData `protobuf:"bytes,1,opt,name=list_data,json=listData,proto3,oneof"`
}
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
type StringDataI ¶
type StringDataI struct { // Types that are assignable to Impl: // // *StringDataI_StringData Impl isStringDataI_Impl `protobuf_oneof:"impl"` // contains filtered or unexported fields }
func (*StringDataI) Descriptor
deprecated
func (*StringDataI) Descriptor() ([]byte, []int)
Deprecated: Use StringDataI.ProtoReflect.Descriptor instead.
func (*StringDataI) GetImpl ¶
func (m *StringDataI) GetImpl() isStringDataI_Impl
func (*StringDataI) GetStringData ¶
func (x *StringDataI) GetStringData() *StringData
func (*StringDataI) ProtoMessage ¶
func (*StringDataI) ProtoMessage()
func (*StringDataI) ProtoReflect ¶
func (x *StringDataI) ProtoReflect() protoreflect.Message
func (*StringDataI) Reset ¶
func (x *StringDataI) Reset()
func (*StringDataI) String ¶
func (x *StringDataI) String() string
type StringDataI_StringData ¶
type StringDataI_StringData struct {
StringData *StringData `protobuf:"bytes,1,opt,name=string_data,json=stringData,proto3,oneof"`
}
Click to show internal directories.
Click to hide internal directories.