Documentation
¶
Index ¶
- Constants
- Variables
- func InitExecutor(cfg *types.Chain33Config)
- func InitFork(cfg *types.Chain33Config)
- type Norm
- func (*Norm) Descriptor() ([]byte, []int)deprecated
- func (x *Norm) GetCreateTime() int64
- func (x *Norm) GetKey() []byte
- func (x *Norm) GetNormId() []byte
- func (x *Norm) GetValue() []byte
- func (*Norm) ProtoMessage()
- func (x *Norm) ProtoReflect() protoreflect.Message
- func (x *Norm) Reset()
- func (x *Norm) String() string
- type NormAction
- func (*NormAction) Descriptor() ([]byte, []int)deprecated
- func (x *NormAction) GetNput() *NormPut
- func (x *NormAction) GetTy() int32
- func (m *NormAction) GetValue() isNormAction_Value
- func (*NormAction) ProtoMessage()
- func (x *NormAction) ProtoReflect() protoreflect.Message
- func (x *NormAction) Reset()
- func (x *NormAction) String() string
- type NormAction_Nput
- type NormGetKey
- type NormPut
- type NormType
Constants ¶
View Source
const (
NormActionPut = 1
)
norm action
Variables ¶
View Source
var File_norm_proto protoreflect.FileDescriptor
View Source
var NormX = "norm"
NormX name
Functions ¶
Types ¶
type Norm ¶
type Norm struct { NormId []byte `protobuf:"bytes,1,opt,name=normId,proto3" json:"normId,omitempty"` CreateTime int64 `protobuf:"varint,2,opt,name=createTime,proto3" json:"createTime,omitempty"` Key []byte `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` Value []byte `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Norm) Descriptor
deprecated
func (*Norm) GetCreateTime ¶
func (*Norm) ProtoMessage ¶
func (*Norm) ProtoMessage()
func (*Norm) ProtoReflect ¶ added in v1.65.3
func (x *Norm) ProtoReflect() protoreflect.Message
type NormAction ¶
type NormAction struct { // Types that are assignable to Value: // *NormAction_Nput Value isNormAction_Value `protobuf_oneof:"value"` Ty int32 `protobuf:"varint,5,opt,name=ty,proto3" json:"ty,omitempty"` // contains filtered or unexported fields }
func (*NormAction) Descriptor
deprecated
func (*NormAction) Descriptor() ([]byte, []int)
Deprecated: Use NormAction.ProtoReflect.Descriptor instead.
func (*NormAction) GetNput ¶
func (x *NormAction) GetNput() *NormPut
func (*NormAction) GetTy ¶
func (x *NormAction) GetTy() int32
func (*NormAction) GetValue ¶
func (m *NormAction) GetValue() isNormAction_Value
func (*NormAction) ProtoMessage ¶
func (*NormAction) ProtoMessage()
func (*NormAction) ProtoReflect ¶ added in v1.65.3
func (x *NormAction) ProtoReflect() protoreflect.Message
func (*NormAction) Reset ¶
func (x *NormAction) Reset()
func (*NormAction) String ¶
func (x *NormAction) String() string
type NormAction_Nput ¶
type NormAction_Nput struct {
Nput *NormPut `protobuf:"bytes,1,opt,name=nput,proto3,oneof"`
}
type NormGetKey ¶
type NormGetKey struct { Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*NormGetKey) Descriptor
deprecated
func (*NormGetKey) Descriptor() ([]byte, []int)
Deprecated: Use NormGetKey.ProtoReflect.Descriptor instead.
func (*NormGetKey) GetKey ¶
func (x *NormGetKey) GetKey() []byte
func (*NormGetKey) ProtoMessage ¶
func (*NormGetKey) ProtoMessage()
func (*NormGetKey) ProtoReflect ¶ added in v1.65.3
func (x *NormGetKey) ProtoReflect() protoreflect.Message
func (*NormGetKey) Reset ¶
func (x *NormGetKey) Reset()
func (*NormGetKey) String ¶
func (x *NormGetKey) String() string
type NormPut ¶
type NormPut struct { Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*NormPut) Descriptor
deprecated
func (*NormPut) ProtoMessage ¶
func (*NormPut) ProtoMessage()
func (*NormPut) ProtoReflect ¶ added in v1.65.3
func (x *NormPut) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.