Documentation ¶
Index ¶
- Variables
- type Address
- type Bytes1
- type Bytes10
- type Bytes11
- type Bytes12
- type Bytes13
- type Bytes14
- type Bytes15
- type Bytes16
- type Bytes17
- type Bytes18
- type Bytes19
- type Bytes2
- type Bytes20
- type Bytes21
- type Bytes22
- type Bytes23
- type Bytes24
- type Bytes25
- type Bytes26
- type Bytes27
- type Bytes28
- type Bytes29
- type Bytes3
- type Bytes30
- type Bytes31
- type Bytes32
- type Bytes4
- type Bytes5
- type Bytes6
- type Bytes7
- type Bytes8
- type Bytes9
- type FileOptions
- type Int104
- type Int112
- type Int120
- type Int128
- type Int136
- type Int144
- type Int152
- type Int16
- type Int160
- type Int168
- type Int176
- type Int184
- type Int192
- type Int200
- type Int208
- type Int216
- type Int224
- type Int232
- type Int24
- type Int240
- type Int248
- type Int256
- type Int32
- type Int40
- type Int48
- type Int56
- type Int64
- type Int72
- type Int8
- type Int80
- type Int88
- type Int96
- type Uint104
- type Uint112
- type Uint120
- type Uint128
- type Uint136
- type Uint144
- type Uint152
- type Uint16
- type Uint160
- type Uint168
- type Uint176
- type Uint184
- type Uint192
- type Uint200
- type Uint208
- type Uint216
- type Uint224
- type Uint232
- type Uint24
- type Uint240
- type Uint248
- type Uint256
- type Uint32
- type Uint40
- type Uint48
- type Uint56
- type Uint64
- type Uint72
- type Uint8
- type Uint80
- type Uint88
- type Uint96
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional solidity.FileOptions file_options = 50000;
E_FileOptions = &file_solidity_protobuf_extensions_proto_extTypes[0]
)
Extension fields to descriptorpb.FileOptions.
View Source
var File_SolidityTypes_proto protoreflect.FileDescriptor
View Source
var File_solidity_protobuf_extensions_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
Structures for representing Solidity's native primitive types borrow from shmookey/solpb and remove some definitions, which should compatible with pb native type (eg. stirng/bool/uint32/uint64) or other solidity type (eg. uint/int)
func (*Address) Descriptor
deprecated
func (*Address) ProtoMessage ¶
func (*Address) ProtoMessage()
func (*Address) ProtoReflect ¶
func (x *Address) ProtoReflect() protoreflect.Message
type Bytes1 ¶
type Bytes1 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
fixed bytes (really needed?)
func (*Bytes1) Descriptor
deprecated
func (*Bytes1) ProtoMessage ¶
func (*Bytes1) ProtoMessage()
func (*Bytes1) ProtoReflect ¶
func (x *Bytes1) ProtoReflect() protoreflect.Message
type Bytes10 ¶
type Bytes10 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes10) Descriptor
deprecated
func (*Bytes10) ProtoMessage ¶
func (*Bytes10) ProtoMessage()
func (*Bytes10) ProtoReflect ¶
func (x *Bytes10) ProtoReflect() protoreflect.Message
type Bytes11 ¶
type Bytes11 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes11) Descriptor
deprecated
func (*Bytes11) ProtoMessage ¶
func (*Bytes11) ProtoMessage()
func (*Bytes11) ProtoReflect ¶
func (x *Bytes11) ProtoReflect() protoreflect.Message
type Bytes12 ¶
type Bytes12 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes12) Descriptor
deprecated
func (*Bytes12) ProtoMessage ¶
func (*Bytes12) ProtoMessage()
func (*Bytes12) ProtoReflect ¶
func (x *Bytes12) ProtoReflect() protoreflect.Message
type Bytes13 ¶
type Bytes13 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes13) Descriptor
deprecated
func (*Bytes13) ProtoMessage ¶
func (*Bytes13) ProtoMessage()
func (*Bytes13) ProtoReflect ¶
func (x *Bytes13) ProtoReflect() protoreflect.Message
type Bytes14 ¶
type Bytes14 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes14) Descriptor
deprecated
func (*Bytes14) ProtoMessage ¶
func (*Bytes14) ProtoMessage()
func (*Bytes14) ProtoReflect ¶
func (x *Bytes14) ProtoReflect() protoreflect.Message
type Bytes15 ¶
type Bytes15 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes15) Descriptor
deprecated
func (*Bytes15) ProtoMessage ¶
func (*Bytes15) ProtoMessage()
func (*Bytes15) ProtoReflect ¶
func (x *Bytes15) ProtoReflect() protoreflect.Message
type Bytes16 ¶
type Bytes16 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes16) Descriptor
deprecated
func (*Bytes16) ProtoMessage ¶
func (*Bytes16) ProtoMessage()
func (*Bytes16) ProtoReflect ¶
func (x *Bytes16) ProtoReflect() protoreflect.Message
type Bytes17 ¶
type Bytes17 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes17) Descriptor
deprecated
func (*Bytes17) ProtoMessage ¶
func (*Bytes17) ProtoMessage()
func (*Bytes17) ProtoReflect ¶
func (x *Bytes17) ProtoReflect() protoreflect.Message
type Bytes18 ¶
type Bytes18 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes18) Descriptor
deprecated
func (*Bytes18) ProtoMessage ¶
func (*Bytes18) ProtoMessage()
func (*Bytes18) ProtoReflect ¶
func (x *Bytes18) ProtoReflect() protoreflect.Message
type Bytes19 ¶
type Bytes19 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes19) Descriptor
deprecated
func (*Bytes19) ProtoMessage ¶
func (*Bytes19) ProtoMessage()
func (*Bytes19) ProtoReflect ¶
func (x *Bytes19) ProtoReflect() protoreflect.Message
type Bytes2 ¶
type Bytes2 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes2) Descriptor
deprecated
func (*Bytes2) ProtoMessage ¶
func (*Bytes2) ProtoMessage()
func (*Bytes2) ProtoReflect ¶
func (x *Bytes2) ProtoReflect() protoreflect.Message
type Bytes20 ¶
type Bytes20 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes20) Descriptor
deprecated
func (*Bytes20) ProtoMessage ¶
func (*Bytes20) ProtoMessage()
func (*Bytes20) ProtoReflect ¶
func (x *Bytes20) ProtoReflect() protoreflect.Message
type Bytes21 ¶
type Bytes21 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes21) Descriptor
deprecated
func (*Bytes21) ProtoMessage ¶
func (*Bytes21) ProtoMessage()
func (*Bytes21) ProtoReflect ¶
func (x *Bytes21) ProtoReflect() protoreflect.Message
type Bytes22 ¶
type Bytes22 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes22) Descriptor
deprecated
func (*Bytes22) ProtoMessage ¶
func (*Bytes22) ProtoMessage()
func (*Bytes22) ProtoReflect ¶
func (x *Bytes22) ProtoReflect() protoreflect.Message
type Bytes23 ¶
type Bytes23 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes23) Descriptor
deprecated
func (*Bytes23) ProtoMessage ¶
func (*Bytes23) ProtoMessage()
func (*Bytes23) ProtoReflect ¶
func (x *Bytes23) ProtoReflect() protoreflect.Message
type Bytes24 ¶
type Bytes24 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes24) Descriptor
deprecated
func (*Bytes24) ProtoMessage ¶
func (*Bytes24) ProtoMessage()
func (*Bytes24) ProtoReflect ¶
func (x *Bytes24) ProtoReflect() protoreflect.Message
type Bytes25 ¶
type Bytes25 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes25) Descriptor
deprecated
func (*Bytes25) ProtoMessage ¶
func (*Bytes25) ProtoMessage()
func (*Bytes25) ProtoReflect ¶
func (x *Bytes25) ProtoReflect() protoreflect.Message
type Bytes26 ¶
type Bytes26 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes26) Descriptor
deprecated
func (*Bytes26) ProtoMessage ¶
func (*Bytes26) ProtoMessage()
func (*Bytes26) ProtoReflect ¶
func (x *Bytes26) ProtoReflect() protoreflect.Message
type Bytes27 ¶
type Bytes27 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes27) Descriptor
deprecated
func (*Bytes27) ProtoMessage ¶
func (*Bytes27) ProtoMessage()
func (*Bytes27) ProtoReflect ¶
func (x *Bytes27) ProtoReflect() protoreflect.Message
type Bytes28 ¶
type Bytes28 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes28) Descriptor
deprecated
func (*Bytes28) ProtoMessage ¶
func (*Bytes28) ProtoMessage()
func (*Bytes28) ProtoReflect ¶
func (x *Bytes28) ProtoReflect() protoreflect.Message
type Bytes29 ¶
type Bytes29 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes29) Descriptor
deprecated
func (*Bytes29) ProtoMessage ¶
func (*Bytes29) ProtoMessage()
func (*Bytes29) ProtoReflect ¶
func (x *Bytes29) ProtoReflect() protoreflect.Message
type Bytes3 ¶
type Bytes3 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes3) Descriptor
deprecated
func (*Bytes3) ProtoMessage ¶
func (*Bytes3) ProtoMessage()
func (*Bytes3) ProtoReflect ¶
func (x *Bytes3) ProtoReflect() protoreflect.Message
type Bytes30 ¶
type Bytes30 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes30) Descriptor
deprecated
func (*Bytes30) ProtoMessage ¶
func (*Bytes30) ProtoMessage()
func (*Bytes30) ProtoReflect ¶
func (x *Bytes30) ProtoReflect() protoreflect.Message
type Bytes31 ¶
type Bytes31 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes31) Descriptor
deprecated
func (*Bytes31) ProtoMessage ¶
func (*Bytes31) ProtoMessage()
func (*Bytes31) ProtoReflect ¶
func (x *Bytes31) ProtoReflect() protoreflect.Message
type Bytes32 ¶
type Bytes32 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes32) Descriptor
deprecated
func (*Bytes32) ProtoMessage ¶
func (*Bytes32) ProtoMessage()
func (*Bytes32) ProtoReflect ¶
func (x *Bytes32) ProtoReflect() protoreflect.Message
type Bytes4 ¶
type Bytes4 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes4) Descriptor
deprecated
func (*Bytes4) ProtoMessage ¶
func (*Bytes4) ProtoMessage()
func (*Bytes4) ProtoReflect ¶
func (x *Bytes4) ProtoReflect() protoreflect.Message
type Bytes5 ¶
type Bytes5 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes5) Descriptor
deprecated
func (*Bytes5) ProtoMessage ¶
func (*Bytes5) ProtoMessage()
func (*Bytes5) ProtoReflect ¶
func (x *Bytes5) ProtoReflect() protoreflect.Message
type Bytes6 ¶
type Bytes6 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes6) Descriptor
deprecated
func (*Bytes6) ProtoMessage ¶
func (*Bytes6) ProtoMessage()
func (*Bytes6) ProtoReflect ¶
func (x *Bytes6) ProtoReflect() protoreflect.Message
type Bytes7 ¶
type Bytes7 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes7) Descriptor
deprecated
func (*Bytes7) ProtoMessage ¶
func (*Bytes7) ProtoMessage()
func (*Bytes7) ProtoReflect ¶
func (x *Bytes7) ProtoReflect() protoreflect.Message
type Bytes8 ¶
type Bytes8 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes8) Descriptor
deprecated
func (*Bytes8) ProtoMessage ¶
func (*Bytes8) ProtoMessage()
func (*Bytes8) ProtoReflect ¶
func (x *Bytes8) ProtoReflect() protoreflect.Message
type Bytes9 ¶
type Bytes9 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bytes9) Descriptor
deprecated
func (*Bytes9) ProtoMessage ¶
func (*Bytes9) ProtoMessage()
func (*Bytes9) ProtoReflect ¶
func (x *Bytes9) ProtoReflect() protoreflect.Message
type FileOptions ¶
type FileOptions struct { Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"` // contains filtered or unexported fields }
func (*FileOptions) Descriptor
deprecated
func (*FileOptions) Descriptor() ([]byte, []int)
Deprecated: Use FileOptions.ProtoReflect.Descriptor instead.
func (*FileOptions) GetLocation ¶
func (x *FileOptions) GetLocation() string
func (*FileOptions) ProtoMessage ¶
func (*FileOptions) ProtoMessage()
func (*FileOptions) ProtoReflect ¶
func (x *FileOptions) ProtoReflect() protoreflect.Message
func (*FileOptions) Reset ¶
func (x *FileOptions) Reset()
func (*FileOptions) String ¶
func (x *FileOptions) String() string
type Int104 ¶
type Int104 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int104) Descriptor
deprecated
func (*Int104) ProtoMessage ¶
func (*Int104) ProtoMessage()
func (*Int104) ProtoReflect ¶
func (x *Int104) ProtoReflect() protoreflect.Message
type Int112 ¶
type Int112 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int112) Descriptor
deprecated
func (*Int112) ProtoMessage ¶
func (*Int112) ProtoMessage()
func (*Int112) ProtoReflect ¶
func (x *Int112) ProtoReflect() protoreflect.Message
type Int120 ¶
type Int120 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int120) Descriptor
deprecated
func (*Int120) ProtoMessage ¶
func (*Int120) ProtoMessage()
func (*Int120) ProtoReflect ¶
func (x *Int120) ProtoReflect() protoreflect.Message
type Int128 ¶
type Int128 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int128) Descriptor
deprecated
func (*Int128) ProtoMessage ¶
func (*Int128) ProtoMessage()
func (*Int128) ProtoReflect ¶
func (x *Int128) ProtoReflect() protoreflect.Message
type Int136 ¶
type Int136 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int136) Descriptor
deprecated
func (*Int136) ProtoMessage ¶
func (*Int136) ProtoMessage()
func (*Int136) ProtoReflect ¶
func (x *Int136) ProtoReflect() protoreflect.Message
type Int144 ¶
type Int144 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int144) Descriptor
deprecated
func (*Int144) ProtoMessage ¶
func (*Int144) ProtoMessage()
func (*Int144) ProtoReflect ¶
func (x *Int144) ProtoReflect() protoreflect.Message
type Int152 ¶
type Int152 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int152) Descriptor
deprecated
func (*Int152) ProtoMessage ¶
func (*Int152) ProtoMessage()
func (*Int152) ProtoReflect ¶
func (x *Int152) ProtoReflect() protoreflect.Message
type Int16 ¶
type Int16 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int16) Descriptor
deprecated
func (*Int16) ProtoMessage ¶
func (*Int16) ProtoMessage()
func (*Int16) ProtoReflect ¶
func (x *Int16) ProtoReflect() protoreflect.Message
type Int160 ¶
type Int160 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int160) Descriptor
deprecated
func (*Int160) ProtoMessage ¶
func (*Int160) ProtoMessage()
func (*Int160) ProtoReflect ¶
func (x *Int160) ProtoReflect() protoreflect.Message
type Int168 ¶
type Int168 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int168) Descriptor
deprecated
func (*Int168) ProtoMessage ¶
func (*Int168) ProtoMessage()
func (*Int168) ProtoReflect ¶
func (x *Int168) ProtoReflect() protoreflect.Message
type Int176 ¶
type Int176 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int176) Descriptor
deprecated
func (*Int176) ProtoMessage ¶
func (*Int176) ProtoMessage()
func (*Int176) ProtoReflect ¶
func (x *Int176) ProtoReflect() protoreflect.Message
type Int184 ¶
type Int184 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int184) Descriptor
deprecated
func (*Int184) ProtoMessage ¶
func (*Int184) ProtoMessage()
func (*Int184) ProtoReflect ¶
func (x *Int184) ProtoReflect() protoreflect.Message
type Int192 ¶
type Int192 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int192) Descriptor
deprecated
func (*Int192) ProtoMessage ¶
func (*Int192) ProtoMessage()
func (*Int192) ProtoReflect ¶
func (x *Int192) ProtoReflect() protoreflect.Message
type Int200 ¶
type Int200 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int200) Descriptor
deprecated
func (*Int200) ProtoMessage ¶
func (*Int200) ProtoMessage()
func (*Int200) ProtoReflect ¶
func (x *Int200) ProtoReflect() protoreflect.Message
type Int208 ¶
type Int208 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int208) Descriptor
deprecated
func (*Int208) ProtoMessage ¶
func (*Int208) ProtoMessage()
func (*Int208) ProtoReflect ¶
func (x *Int208) ProtoReflect() protoreflect.Message
type Int216 ¶
type Int216 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int216) Descriptor
deprecated
func (*Int216) ProtoMessage ¶
func (*Int216) ProtoMessage()
func (*Int216) ProtoReflect ¶
func (x *Int216) ProtoReflect() protoreflect.Message
type Int224 ¶
type Int224 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int224) Descriptor
deprecated
func (*Int224) ProtoMessage ¶
func (*Int224) ProtoMessage()
func (*Int224) ProtoReflect ¶
func (x *Int224) ProtoReflect() protoreflect.Message
type Int232 ¶
type Int232 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int232) Descriptor
deprecated
func (*Int232) ProtoMessage ¶
func (*Int232) ProtoMessage()
func (*Int232) ProtoReflect ¶
func (x *Int232) ProtoReflect() protoreflect.Message
type Int24 ¶
type Int24 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int24) Descriptor
deprecated
func (*Int24) ProtoMessage ¶
func (*Int24) ProtoMessage()
func (*Int24) ProtoReflect ¶
func (x *Int24) ProtoReflect() protoreflect.Message
type Int240 ¶
type Int240 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int240) Descriptor
deprecated
func (*Int240) ProtoMessage ¶
func (*Int240) ProtoMessage()
func (*Int240) ProtoReflect ¶
func (x *Int240) ProtoReflect() protoreflect.Message
type Int248 ¶
type Int248 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int248) Descriptor
deprecated
func (*Int248) ProtoMessage ¶
func (*Int248) ProtoMessage()
func (*Int248) ProtoReflect ¶
func (x *Int248) ProtoReflect() protoreflect.Message
type Int256 ¶
type Int256 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int256) Descriptor
deprecated
func (*Int256) ProtoMessage ¶
func (*Int256) ProtoMessage()
func (*Int256) ProtoReflect ¶
func (x *Int256) ProtoReflect() protoreflect.Message
type Int32 ¶
type Int32 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int32) Descriptor
deprecated
func (*Int32) ProtoMessage ¶
func (*Int32) ProtoMessage()
func (*Int32) ProtoReflect ¶
func (x *Int32) ProtoReflect() protoreflect.Message
type Int40 ¶
type Int40 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int40) Descriptor
deprecated
func (*Int40) ProtoMessage ¶
func (*Int40) ProtoMessage()
func (*Int40) ProtoReflect ¶
func (x *Int40) ProtoReflect() protoreflect.Message
type Int48 ¶
type Int48 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int48) Descriptor
deprecated
func (*Int48) ProtoMessage ¶
func (*Int48) ProtoMessage()
func (*Int48) ProtoReflect ¶
func (x *Int48) ProtoReflect() protoreflect.Message
type Int56 ¶
type Int56 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int56) Descriptor
deprecated
func (*Int56) ProtoMessage ¶
func (*Int56) ProtoMessage()
func (*Int56) ProtoReflect ¶
func (x *Int56) ProtoReflect() protoreflect.Message
type Int64 ¶
type Int64 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int64) Descriptor
deprecated
func (*Int64) ProtoMessage ¶
func (*Int64) ProtoMessage()
func (*Int64) ProtoReflect ¶
func (x *Int64) ProtoReflect() protoreflect.Message
type Int72 ¶
type Int72 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int72) Descriptor
deprecated
func (*Int72) ProtoMessage ¶
func (*Int72) ProtoMessage()
func (*Int72) ProtoReflect ¶
func (x *Int72) ProtoReflect() protoreflect.Message
type Int8 ¶
type Int8 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int8) Descriptor
deprecated
func (*Int8) ProtoMessage ¶
func (*Int8) ProtoMessage()
func (*Int8) ProtoReflect ¶
func (x *Int8) ProtoReflect() protoreflect.Message
type Int80 ¶
type Int80 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int80) Descriptor
deprecated
func (*Int80) ProtoMessage ¶
func (*Int80) ProtoMessage()
func (*Int80) ProtoReflect ¶
func (x *Int80) ProtoReflect() protoreflect.Message
type Int88 ¶
type Int88 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int88) Descriptor
deprecated
func (*Int88) ProtoMessage ¶
func (*Int88) ProtoMessage()
func (*Int88) ProtoReflect ¶
func (x *Int88) ProtoReflect() protoreflect.Message
type Int96 ¶
type Int96 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Int96) Descriptor
deprecated
func (*Int96) ProtoMessage ¶
func (*Int96) ProtoMessage()
func (*Int96) ProtoReflect ¶
func (x *Int96) ProtoReflect() protoreflect.Message
type Uint104 ¶
type Uint104 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint104) Descriptor
deprecated
func (*Uint104) ProtoMessage ¶
func (*Uint104) ProtoMessage()
func (*Uint104) ProtoReflect ¶
func (x *Uint104) ProtoReflect() protoreflect.Message
type Uint112 ¶
type Uint112 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint112) Descriptor
deprecated
func (*Uint112) ProtoMessage ¶
func (*Uint112) ProtoMessage()
func (*Uint112) ProtoReflect ¶
func (x *Uint112) ProtoReflect() protoreflect.Message
type Uint120 ¶
type Uint120 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint120) Descriptor
deprecated
func (*Uint120) ProtoMessage ¶
func (*Uint120) ProtoMessage()
func (*Uint120) ProtoReflect ¶
func (x *Uint120) ProtoReflect() protoreflect.Message
type Uint128 ¶
type Uint128 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint128) Descriptor
deprecated
func (*Uint128) ProtoMessage ¶
func (*Uint128) ProtoMessage()
func (*Uint128) ProtoReflect ¶
func (x *Uint128) ProtoReflect() protoreflect.Message
type Uint136 ¶
type Uint136 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint136) Descriptor
deprecated
func (*Uint136) ProtoMessage ¶
func (*Uint136) ProtoMessage()
func (*Uint136) ProtoReflect ¶
func (x *Uint136) ProtoReflect() protoreflect.Message
type Uint144 ¶
type Uint144 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint144) Descriptor
deprecated
func (*Uint144) ProtoMessage ¶
func (*Uint144) ProtoMessage()
func (*Uint144) ProtoReflect ¶
func (x *Uint144) ProtoReflect() protoreflect.Message
type Uint152 ¶
type Uint152 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint152) Descriptor
deprecated
func (*Uint152) ProtoMessage ¶
func (*Uint152) ProtoMessage()
func (*Uint152) ProtoReflect ¶
func (x *Uint152) ProtoReflect() protoreflect.Message
type Uint16 ¶
type Uint16 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint16) Descriptor
deprecated
func (*Uint16) ProtoMessage ¶
func (*Uint16) ProtoMessage()
func (*Uint16) ProtoReflect ¶
func (x *Uint16) ProtoReflect() protoreflect.Message
type Uint160 ¶
type Uint160 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint160) Descriptor
deprecated
func (*Uint160) ProtoMessage ¶
func (*Uint160) ProtoMessage()
func (*Uint160) ProtoReflect ¶
func (x *Uint160) ProtoReflect() protoreflect.Message
type Uint168 ¶
type Uint168 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint168) Descriptor
deprecated
func (*Uint168) ProtoMessage ¶
func (*Uint168) ProtoMessage()
func (*Uint168) ProtoReflect ¶
func (x *Uint168) ProtoReflect() protoreflect.Message
type Uint176 ¶
type Uint176 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint176) Descriptor
deprecated
func (*Uint176) ProtoMessage ¶
func (*Uint176) ProtoMessage()
func (*Uint176) ProtoReflect ¶
func (x *Uint176) ProtoReflect() protoreflect.Message
type Uint184 ¶
type Uint184 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint184) Descriptor
deprecated
func (*Uint184) ProtoMessage ¶
func (*Uint184) ProtoMessage()
func (*Uint184) ProtoReflect ¶
func (x *Uint184) ProtoReflect() protoreflect.Message
type Uint192 ¶
type Uint192 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint192) Descriptor
deprecated
func (*Uint192) ProtoMessage ¶
func (*Uint192) ProtoMessage()
func (*Uint192) ProtoReflect ¶
func (x *Uint192) ProtoReflect() protoreflect.Message
type Uint200 ¶
type Uint200 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint200) Descriptor
deprecated
func (*Uint200) ProtoMessage ¶
func (*Uint200) ProtoMessage()
func (*Uint200) ProtoReflect ¶
func (x *Uint200) ProtoReflect() protoreflect.Message
type Uint208 ¶
type Uint208 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint208) Descriptor
deprecated
func (*Uint208) ProtoMessage ¶
func (*Uint208) ProtoMessage()
func (*Uint208) ProtoReflect ¶
func (x *Uint208) ProtoReflect() protoreflect.Message
type Uint216 ¶
type Uint216 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint216) Descriptor
deprecated
func (*Uint216) ProtoMessage ¶
func (*Uint216) ProtoMessage()
func (*Uint216) ProtoReflect ¶
func (x *Uint216) ProtoReflect() protoreflect.Message
type Uint224 ¶
type Uint224 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint224) Descriptor
deprecated
func (*Uint224) ProtoMessage ¶
func (*Uint224) ProtoMessage()
func (*Uint224) ProtoReflect ¶
func (x *Uint224) ProtoReflect() protoreflect.Message
type Uint232 ¶
type Uint232 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint232) Descriptor
deprecated
func (*Uint232) ProtoMessage ¶
func (*Uint232) ProtoMessage()
func (*Uint232) ProtoReflect ¶
func (x *Uint232) ProtoReflect() protoreflect.Message
type Uint24 ¶
type Uint24 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint24) Descriptor
deprecated
func (*Uint24) ProtoMessage ¶
func (*Uint24) ProtoMessage()
func (*Uint24) ProtoReflect ¶
func (x *Uint24) ProtoReflect() protoreflect.Message
type Uint240 ¶
type Uint240 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint240) Descriptor
deprecated
func (*Uint240) ProtoMessage ¶
func (*Uint240) ProtoMessage()
func (*Uint240) ProtoReflect ¶
func (x *Uint240) ProtoReflect() protoreflect.Message
type Uint248 ¶
type Uint248 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint248) Descriptor
deprecated
func (*Uint248) ProtoMessage ¶
func (*Uint248) ProtoMessage()
func (*Uint248) ProtoReflect ¶
func (x *Uint248) ProtoReflect() protoreflect.Message
type Uint256 ¶
type Uint256 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint256) Descriptor
deprecated
func (*Uint256) ProtoMessage ¶
func (*Uint256) ProtoMessage()
func (*Uint256) ProtoReflect ¶
func (x *Uint256) ProtoReflect() protoreflect.Message
type Uint32 ¶
type Uint32 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint32) Descriptor
deprecated
func (*Uint32) ProtoMessage ¶
func (*Uint32) ProtoMessage()
func (*Uint32) ProtoReflect ¶
func (x *Uint32) ProtoReflect() protoreflect.Message
type Uint40 ¶
type Uint40 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint40) Descriptor
deprecated
func (*Uint40) ProtoMessage ¶
func (*Uint40) ProtoMessage()
func (*Uint40) ProtoReflect ¶
func (x *Uint40) ProtoReflect() protoreflect.Message
type Uint48 ¶
type Uint48 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint48) Descriptor
deprecated
func (*Uint48) ProtoMessage ¶
func (*Uint48) ProtoMessage()
func (*Uint48) ProtoReflect ¶
func (x *Uint48) ProtoReflect() protoreflect.Message
type Uint56 ¶
type Uint56 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint56) Descriptor
deprecated
func (*Uint56) ProtoMessage ¶
func (*Uint56) ProtoMessage()
func (*Uint56) ProtoReflect ¶
func (x *Uint56) ProtoReflect() protoreflect.Message
type Uint64 ¶
type Uint64 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint64) Descriptor
deprecated
func (*Uint64) ProtoMessage ¶
func (*Uint64) ProtoMessage()
func (*Uint64) ProtoReflect ¶
func (x *Uint64) ProtoReflect() protoreflect.Message
type Uint72 ¶
type Uint72 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint72) Descriptor
deprecated
func (*Uint72) ProtoMessage ¶
func (*Uint72) ProtoMessage()
func (*Uint72) ProtoReflect ¶
func (x *Uint72) ProtoReflect() protoreflect.Message
type Uint8 ¶
type Uint8 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint8) Descriptor
deprecated
func (*Uint8) ProtoMessage ¶
func (*Uint8) ProtoMessage()
func (*Uint8) ProtoReflect ¶
func (x *Uint8) ProtoReflect() protoreflect.Message
type Uint80 ¶
type Uint80 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint80) Descriptor
deprecated
func (*Uint80) ProtoMessage ¶
func (*Uint80) ProtoMessage()
func (*Uint80) ProtoReflect ¶
func (x *Uint80) ProtoReflect() protoreflect.Message
type Uint88 ¶
type Uint88 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint88) Descriptor
deprecated
func (*Uint88) ProtoMessage ¶
func (*Uint88) ProtoMessage()
func (*Uint88) ProtoReflect ¶
func (x *Uint88) ProtoReflect() protoreflect.Message
type Uint96 ¶
type Uint96 struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Uint96) Descriptor
deprecated
func (*Uint96) ProtoMessage ¶
func (*Uint96) ProtoMessage()
func (*Uint96) ProtoReflect ¶
func (x *Uint96) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.