Documentation
¶
Index ¶
- Variables
- type InfoRequest
- func (*InfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InfoRequest) GetBlockchain() v2.Blockchain
- func (x *InfoRequest) GetIdentifier() string
- func (*InfoRequest) ProtoMessage()
- func (x *InfoRequest) ProtoReflect() protoreflect.Message
- func (x *InfoRequest) Reset()
- func (x *InfoRequest) String() string
- type InfoResponse
- func (*InfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InfoResponse) GetDecimals() uint32
- func (x *InfoResponse) GetKind() string
- func (x *InfoResponse) GetName() string
- func (x *InfoResponse) GetStorageLayout() *StorageLayout
- func (x *InfoResponse) GetSymbol() string
- func (*InfoResponse) ProtoMessage()
- func (x *InfoResponse) ProtoReflect() protoreflect.Message
- func (x *InfoResponse) Reset()
- func (x *InfoResponse) String() string
- type StorageLayout
- func (*StorageLayout) Descriptor() ([]byte, []int)deprecated
- func (x *StorageLayout) GetAllowanceSlot() uint64
- func (x *StorageLayout) GetBalanceSlot() uint64
- func (x *StorageLayout) GetProxyImplementation() string
- func (*StorageLayout) ProtoMessage()
- func (x *StorageLayout) ProtoReflect() protoreflect.Message
- func (x *StorageLayout) Reset()
- func (x *StorageLayout) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_eproxy_assets_v2_assets_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type InfoRequest ¶
type InfoRequest struct {
Blockchain v2.Blockchain `protobuf:"varint,1,opt,name=blockchain,proto3,enum=eproxy.common.v2.Blockchain" json:"blockchain,omitempty"`
Identifier string `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"`
// contains filtered or unexported fields
}
func (*InfoRequest) Descriptor
deprecated
func (*InfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use InfoRequest.ProtoReflect.Descriptor instead.
func (*InfoRequest) GetBlockchain ¶
func (x *InfoRequest) GetBlockchain() v2.Blockchain
func (*InfoRequest) GetIdentifier ¶
func (x *InfoRequest) GetIdentifier() string
func (*InfoRequest) ProtoMessage ¶
func (*InfoRequest) ProtoMessage()
func (*InfoRequest) ProtoReflect ¶
func (x *InfoRequest) ProtoReflect() protoreflect.Message
func (*InfoRequest) Reset ¶
func (x *InfoRequest) Reset()
func (*InfoRequest) String ¶
func (x *InfoRequest) String() string
type InfoResponse ¶
type InfoResponse struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"`
Decimals *uint32 `protobuf:"varint,3,opt,name=decimals,proto3,oneof" json:"decimals,omitempty"`
Kind *string `protobuf:"bytes,4,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
StorageLayout *StorageLayout `protobuf:"bytes,5,opt,name=storage_layout,json=storageLayout,proto3,oneof" json:"storage_layout,omitempty"`
// contains filtered or unexported fields
}
func (*InfoResponse) Descriptor
deprecated
func (*InfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use InfoResponse.ProtoReflect.Descriptor instead.
func (*InfoResponse) GetDecimals ¶
func (x *InfoResponse) GetDecimals() uint32
func (*InfoResponse) GetKind ¶
func (x *InfoResponse) GetKind() string
func (*InfoResponse) GetName ¶
func (x *InfoResponse) GetName() string
func (*InfoResponse) GetStorageLayout ¶
func (x *InfoResponse) GetStorageLayout() *StorageLayout
func (*InfoResponse) GetSymbol ¶
func (x *InfoResponse) GetSymbol() string
func (*InfoResponse) ProtoMessage ¶
func (*InfoResponse) ProtoMessage()
func (*InfoResponse) ProtoReflect ¶
func (x *InfoResponse) ProtoReflect() protoreflect.Message
func (*InfoResponse) Reset ¶
func (x *InfoResponse) Reset()
func (*InfoResponse) String ¶
func (x *InfoResponse) String() string
type StorageLayout ¶
type StorageLayout struct {
BalanceSlot *uint64 `protobuf:"varint,1,opt,name=balance_slot,json=balanceSlot,proto3,oneof" json:"balance_slot,omitempty"`
AllowanceSlot *uint64 `protobuf:"varint,2,opt,name=allowance_slot,json=allowanceSlot,proto3,oneof" json:"allowance_slot,omitempty"`
ProxyImplementation *string `protobuf:"bytes,3,opt,name=proxy_implementation,json=proxyImplementation,proto3,oneof" json:"proxy_implementation,omitempty"`
// contains filtered or unexported fields
}
func (*StorageLayout) Descriptor
deprecated
func (*StorageLayout) Descriptor() ([]byte, []int)
Deprecated: Use StorageLayout.ProtoReflect.Descriptor instead.
func (*StorageLayout) GetAllowanceSlot ¶
func (x *StorageLayout) GetAllowanceSlot() uint64
func (*StorageLayout) GetBalanceSlot ¶
func (x *StorageLayout) GetBalanceSlot() uint64
func (*StorageLayout) GetProxyImplementation ¶
func (x *StorageLayout) GetProxyImplementation() string
func (*StorageLayout) ProtoMessage ¶
func (*StorageLayout) ProtoMessage()
func (*StorageLayout) ProtoReflect ¶
func (x *StorageLayout) ProtoReflect() protoreflect.Message
func (*StorageLayout) Reset ¶
func (x *StorageLayout) Reset()
func (*StorageLayout) String ¶
func (x *StorageLayout) String() string
Click to show internal directories.
Click to hide internal directories.