Documentation
¶
Index ¶
- Variables
- type Blockchaindeprecated
- type Paginationdeprecated
- func (*Pagination) Descriptor() ([]byte, []int)deprecated
- func (x *Pagination) GetPage() uint64deprecated
- func (x *Pagination) GetPageSize() uint64deprecated
- func (*Pagination) ProtoMessage()
- func (x *Pagination) ProtoReflect() protoreflect.Message
- func (x *Pagination) Reset()
- func (x *Pagination) 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", } 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, } )
Enum value maps for Blockchain.
View Source
var File_eproxy_common_v1_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Blockchain
deprecated
type Blockchain int32
Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated.
const ( // Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated. Blockchain_BLOCKCHAIN_UNSPECIFIED Blockchain = 0 // Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated. Blockchain_BLOCKCHAIN_BITCOIN Blockchain = 1 // Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated. Blockchain_BLOCKCHAIN_TRON Blockchain = 2 // Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated. Blockchain_BLOCKCHAIN_ETHEREUM Blockchain = 3 // Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated. Blockchain_BLOCKCHAIN_LITECOIN Blockchain = 4 // Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated. Blockchain_BLOCKCHAIN_BITCOINCASH Blockchain = 5 // Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated. Blockchain_BLOCKCHAIN_BINANCE_SMART_CHAIN Blockchain = 6 )
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 Pagination
deprecated
type Pagination struct {
// Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated.
Page *uint64 `protobuf:"varint,1,opt,name=page,proto3,oneof" json:"page,omitempty"`
// Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated.
PageSize *uint64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3,oneof" json:"page_size,omitempty"`
// contains filtered or unexported fields
}
Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated.
func (*Pagination) Descriptor
deprecated
func (*Pagination) Descriptor() ([]byte, []int)
Deprecated: Use Pagination.ProtoReflect.Descriptor instead.
func (*Pagination) GetPage
deprecated
func (x *Pagination) GetPage() uint64
Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated.
func (*Pagination) GetPageSize
deprecated
func (x *Pagination) GetPageSize() uint64
Deprecated: The entire proto file eproxy/common/v1/common.proto is marked as deprecated.
func (*Pagination) ProtoMessage ¶
func (*Pagination) ProtoMessage()
func (*Pagination) ProtoReflect ¶
func (x *Pagination) ProtoReflect() protoreflect.Message
func (*Pagination) Reset ¶
func (x *Pagination) Reset()
func (*Pagination) String ¶
func (x *Pagination) String() string
Click to show internal directories.
Click to hide internal directories.