Documentation
¶
Index ¶
- Variables
- type Blockchain
- type FindRequestCommon
- func (*FindRequestCommon) Descriptor() ([]byte, []int)deprecated
- func (x *FindRequestCommon) GetPage() uint32
- func (x *FindRequestCommon) GetPageSize() uint32
- func (*FindRequestCommon) ProtoMessage()
- func (x *FindRequestCommon) ProtoReflect() protoreflect.Message
- func (x *FindRequestCommon) Reset()
- func (x *FindRequestCommon) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Blockchain_name = map[int32]string{ 0: "BLOCKCHAIN_UNSPECIFIED", 1: "BLOCKCHAIN_BITCOIN", 2: "BLOCKCHAIN_TRON", 3: "BLOCKCHAIN_ETHEREUM", 4: "BLOCKCHAIN_LITECOIN", 5: "BLOCKCHAIN_BITCOINCASH", 6: "BLOCKCHAIN_BINANCE_SMART_CHAIN", 7: "BLOCKCHAIN_POLYGON", 8: "BLOCKCHAIN_DOGECOIN", 9: "BLOCKCHAIN_SOLANA", 10: "BLOCKCHAIN_ARBITRUM", 11: "BLOCKCHAIN_OPTIMISM", 12: "BLOCKCHAIN_LINEA", 13: "BLOCKCHAIN_MONERO", } Blockchain_value = map[string]int32{ "BLOCKCHAIN_UNSPECIFIED": 0, "BLOCKCHAIN_BITCOIN": 1, "BLOCKCHAIN_TRON": 2, "BLOCKCHAIN_ETHEREUM": 3, "BLOCKCHAIN_LITECOIN": 4, "BLOCKCHAIN_BITCOINCASH": 5, "BLOCKCHAIN_BINANCE_SMART_CHAIN": 6, "BLOCKCHAIN_POLYGON": 7, "BLOCKCHAIN_DOGECOIN": 8, "BLOCKCHAIN_SOLANA": 9, "BLOCKCHAIN_ARBITRUM": 10, "BLOCKCHAIN_OPTIMISM": 11, "BLOCKCHAIN_LINEA": 12, "BLOCKCHAIN_MONERO": 13, } )
Enum value maps for Blockchain.
View Source
var File_eproxy_common_v2_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Blockchain ¶
type Blockchain int32
const ( Blockchain_BLOCKCHAIN_UNSPECIFIED Blockchain = 0 Blockchain_BLOCKCHAIN_BITCOIN Blockchain = 1 Blockchain_BLOCKCHAIN_TRON Blockchain = 2 Blockchain_BLOCKCHAIN_ETHEREUM Blockchain = 3 Blockchain_BLOCKCHAIN_LITECOIN Blockchain = 4 Blockchain_BLOCKCHAIN_BITCOINCASH Blockchain = 5 Blockchain_BLOCKCHAIN_BINANCE_SMART_CHAIN Blockchain = 6 Blockchain_BLOCKCHAIN_POLYGON Blockchain = 7 Blockchain_BLOCKCHAIN_DOGECOIN Blockchain = 8 Blockchain_BLOCKCHAIN_SOLANA Blockchain = 9 Blockchain_BLOCKCHAIN_ARBITRUM Blockchain = 10 Blockchain_BLOCKCHAIN_OPTIMISM Blockchain = 11 Blockchain_BLOCKCHAIN_LINEA Blockchain = 12 Blockchain_BLOCKCHAIN_MONERO Blockchain = 13 )
func (Blockchain) Descriptor ¶
func (Blockchain) Descriptor() protoreflect.EnumDescriptor
func (Blockchain) Enum ¶
func (x Blockchain) Enum() *Blockchain
func (Blockchain) EnumDescriptor
deprecated
func (Blockchain) EnumDescriptor() ([]byte, []int)
Deprecated: Use Blockchain.Descriptor instead.
func (Blockchain) Number ¶
func (x Blockchain) Number() protoreflect.EnumNumber
func (Blockchain) String ¶
func (x Blockchain) String() string
func (Blockchain) Type ¶
func (Blockchain) Type() protoreflect.EnumType
type FindRequestCommon ¶
type FindRequestCommon struct {
Page *uint32 `protobuf:"varint,1,opt,name=page,proto3,oneof" json:"page,omitempty"`
PageSize *uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"`
// contains filtered or unexported fields
}
func (*FindRequestCommon) Descriptor
deprecated
func (*FindRequestCommon) Descriptor() ([]byte, []int)
Deprecated: Use FindRequestCommon.ProtoReflect.Descriptor instead.
func (*FindRequestCommon) GetPage ¶
func (x *FindRequestCommon) GetPage() uint32
func (*FindRequestCommon) GetPageSize ¶
func (x *FindRequestCommon) GetPageSize() uint32
func (*FindRequestCommon) ProtoMessage ¶
func (*FindRequestCommon) ProtoMessage()
func (*FindRequestCommon) ProtoReflect ¶
func (x *FindRequestCommon) ProtoReflect() protoreflect.Message
func (*FindRequestCommon) Reset ¶
func (x *FindRequestCommon) Reset()
func (*FindRequestCommon) String ¶
func (x *FindRequestCommon) String() string
Click to show internal directories.
Click to hide internal directories.