Documentation ¶
Index ¶
- Variables
- type AppConfig
- func (*AppConfig) Descriptor() ([]byte, []int)deprecated
- func (x *AppConfig) GetAppName() string
- func (x *AppConfig) GetData() []*ExecConfig
- func (x *AppConfig) GetDealOtherChain() bool
- func (x *AppConfig) GetDefaultExec() string
- func (x *AppConfig) GetEsHostRead() string
- func (x *AppConfig) GetEsHostWrite() string
- func (x *AppConfig) GetExecAddresses() []string
- func (x *AppConfig) GetPara() string
- func (x *AppConfig) GetPrefix() string
- func (x *AppConfig) GetPrefixWrite() string
- func (x *AppConfig) GetStartSeq() int64
- func (x *AppConfig) GetStat() []*StatConfig
- func (x *AppConfig) GetSymbol() string
- func (*AppConfig) ProtoMessage()
- func (x *AppConfig) ProtoReflect() protoreflect.Message
- func (x *AppConfig) Reset()
- func (x *AppConfig) String() string
- type BlockSeqCB
- func (*BlockSeqCB) Descriptor() ([]byte, []int)deprecated
- func (x *BlockSeqCB) GetEncode() string
- func (x *BlockSeqCB) GetIsHeader() bool
- func (x *BlockSeqCB) GetLastBlockHash() string
- func (x *BlockSeqCB) GetLastHeight() int64
- func (x *BlockSeqCB) GetLastSequence() int64
- func (x *BlockSeqCB) GetName() string
- func (x *BlockSeqCB) GetURL() string
- func (*BlockSeqCB) ProtoMessage()
- func (x *BlockSeqCB) ProtoReflect() protoreflect.Message
- func (x *BlockSeqCB) Reset()
- func (x *BlockSeqCB) String() string
- type Chain
- func (*Chain) Descriptor() ([]byte, []int)deprecated
- func (x *Chain) GetAppName() string
- func (x *Chain) GetEsHost() string
- func (x *Chain) GetPrefix() string
- func (x *Chain) GetSymbol() string
- func (x *Chain) GetTitle() string
- func (*Chain) ProtoMessage()
- func (x *Chain) ProtoReflect() protoreflect.Message
- func (x *Chain) Reset()
- func (x *Chain) String() string
- type Chain33
- func (*Chain33) Descriptor() ([]byte, []int)deprecated
- func (x *Chain33) GetCoinPrecision() float64
- func (x *Chain33) GetGrpcHost() string
- func (x *Chain33) GetHost() string
- func (x *Chain33) GetOtherChainGenesis() int64
- func (x *Chain33) GetPerBlockCoin() int64
- func (x *Chain33) GetPerTicketReward() float64
- func (x *Chain33) GetRollbackSeq() []int64
- func (x *Chain33) GetSymbol() string
- func (x *Chain33) GetTitle() string
- func (*Chain33) ProtoMessage()
- func (x *Chain33) ProtoReflect() protoreflect.Message
- func (x *Chain33) Reset()
- func (x *Chain33) String() string
- type CheckEVMAddrReq
- type CheckEVMAddrResp
- func (*CheckEVMAddrResp) Descriptor() ([]byte, []int)deprecated
- func (x *CheckEVMAddrResp) GetAliasName() string
- func (x *CheckEVMAddrResp) GetContract() bool
- func (x *CheckEVMAddrResp) GetContractAddr() string
- func (x *CheckEVMAddrResp) GetContractName() string
- func (*CheckEVMAddrResp) ProtoMessage()
- func (x *CheckEVMAddrResp) ProtoReflect() protoreflect.Message
- func (x *CheckEVMAddrResp) Reset()
- func (x *CheckEVMAddrResp) String() string
- type Config
- func (*Config) Descriptor() ([]byte, []int)deprecated
- func (x *Config) GetChain33Host() string
- func (x *Config) GetEsHost() string
- func (x *Config) GetExecAddresses() []string
- func (x *Config) GetMqHost() string
- func (x *Config) GetName() string
- func (x *Config) GetPara() string
- func (x *Config) GetPrefix() string
- func (x *Config) GetPushBind() string
- func (x *Config) GetPushFormat() string
- func (x *Config) GetPushHost() string
- func (x *Config) GetPushName() string
- func (x *Config) GetStartSeq() int64
- func (*Config) ProtoMessage()
- func (x *Config) ProtoReflect() protoreflect.Message
- func (x *Config) Reset()
- func (x *Config) String() string
- type ConfigNew
- func (*ConfigNew) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigNew) GetChain() *Chain33
- func (x *ConfigNew) GetContracts() []*Contract
- func (x *ConfigNew) GetConvert() *Convert
- func (x *ConfigNew) GetConvertEs() *ESDB
- func (x *ConfigNew) GetDbtype() string
- func (x *ConfigNew) GetEsIndex() *ESIndex
- func (x *ConfigNew) GetEsVersion() int32
- func (x *ConfigNew) GetKafka() *Kafka
- func (x *ConfigNew) GetManagerAddress() []string
- func (x *ConfigNew) GetRpc() *RPC
- func (x *ConfigNew) GetSync() *Sync
- func (x *ConfigNew) GetSyncEs() *ESDB
- func (*ConfigNew) ProtoMessage()
- func (x *ConfigNew) ProtoReflect() protoreflect.Message
- func (x *ConfigNew) Reset()
- func (x *ConfigNew) String() string
- type Contract
- func (*Contract) Descriptor() ([]byte, []int)deprecated
- func (x *Contract) GetAbi() string
- func (x *Contract) GetBin() string
- func (x *Contract) GetType() string
- func (*Contract) ProtoMessage()
- func (x *Contract) ProtoReflect() protoreflect.Message
- func (x *Contract) Reset()
- func (x *Contract) String() string
- type Convert
- func (*Convert) Descriptor() ([]byte, []int)deprecated
- func (x *Convert) GetAddressDriver() string
- func (x *Convert) GetAppName() string
- func (x *Convert) GetData() []*ExecConfig
- func (x *Convert) GetDealOtherChain() bool
- func (x *Convert) GetDefaultExec() string
- func (x *Convert) GetExecAddresses() []string
- func (x *Convert) GetOpenAccessControl() bool
- func (x *Convert) GetSaveBlockInfo() bool
- func (x *Convert) GetStartSeq() int64
- func (x *Convert) GetStat() []*StatConfig
- func (*Convert) ProtoMessage()
- func (x *Convert) ProtoReflect() protoreflect.Message
- func (x *Convert) Reset()
- func (x *Convert) String() string
- type ESDB
- func (*ESDB) Descriptor() ([]byte, []int)deprecated
- func (x *ESDB) GetBulk() bool
- func (x *ESDB) GetHost() string
- func (x *ESDB) GetPrefix() string
- func (x *ESDB) GetPwd() string
- func (x *ESDB) GetUser() string
- func (*ESDB) ProtoMessage()
- func (x *ESDB) ProtoReflect() protoreflect.Message
- func (x *ESDB) Reset()
- func (x *ESDB) String() string
- type ESIndex
- type EVMContractAction
- func (*EVMContractAction) Descriptor() ([]byte, []int)deprecated
- func (x *EVMContractAction) GetAlias() string
- func (x *EVMContractAction) GetAmount() uint64
- func (x *EVMContractAction) GetCode() []byte
- func (x *EVMContractAction) GetContractAddr() string
- func (x *EVMContractAction) GetGasLimit() uint64
- func (x *EVMContractAction) GetGasPrice() uint32
- func (x *EVMContractAction) GetNote() string
- func (x *EVMContractAction) GetPara() []byte
- func (*EVMContractAction) ProtoMessage()
- func (x *EVMContractAction) ProtoReflect() protoreflect.Message
- func (x *EVMContractAction) Reset()
- func (x *EVMContractAction) String() string
- type EVMContractData
- func (*EVMContractData) Descriptor() ([]byte, []int)deprecated
- func (x *EVMContractData) GetAbi() string
- func (x *EVMContractData) GetAddr() string
- func (x *EVMContractData) GetAlias() string
- func (x *EVMContractData) GetCode() []byte
- func (x *EVMContractData) GetCodeHash() []byte
- func (x *EVMContractData) GetCreator() string
- func (x *EVMContractData) GetName() string
- func (*EVMContractData) ProtoMessage()
- func (x *EVMContractData) ProtoReflect() protoreflect.Message
- func (x *EVMContractData) Reset()
- func (x *EVMContractData) String() string
- type EVMContractDataCmd
- func (*EVMContractDataCmd) Descriptor() ([]byte, []int)deprecated
- func (x *EVMContractDataCmd) GetAddr() string
- func (x *EVMContractDataCmd) GetAlias() string
- func (x *EVMContractDataCmd) GetCode() string
- func (x *EVMContractDataCmd) GetCodeHash() string
- func (x *EVMContractDataCmd) GetCreator() string
- func (x *EVMContractDataCmd) GetName() string
- func (*EVMContractDataCmd) ProtoMessage()
- func (x *EVMContractDataCmd) ProtoReflect() protoreflect.Message
- func (x *EVMContractDataCmd) Reset()
- func (x *EVMContractDataCmd) String() string
- type EVMContractObject
- func (*EVMContractObject) Descriptor() ([]byte, []int)deprecated
- func (x *EVMContractObject) GetAddr() string
- func (x *EVMContractObject) GetData() *EVMContractData
- func (x *EVMContractObject) GetState() *EVMContractState
- func (*EVMContractObject) ProtoMessage()
- func (x *EVMContractObject) ProtoReflect() protoreflect.Message
- func (x *EVMContractObject) Reset()
- func (x *EVMContractObject) String() string
- type EVMContractState
- func (*EVMContractState) Descriptor() ([]byte, []int)deprecated
- func (x *EVMContractState) GetNonce() uint64
- func (x *EVMContractState) GetStorage() map[string][]byte
- func (x *EVMContractState) GetStorageHash() []byte
- func (x *EVMContractState) GetSuicided() bool
- func (*EVMContractState) ProtoMessage()
- func (x *EVMContractState) ProtoReflect() protoreflect.Message
- func (x *EVMContractState) Reset()
- func (x *EVMContractState) String() string
- type EVMContractStateCmd
- func (*EVMContractStateCmd) Descriptor() ([]byte, []int)deprecated
- func (x *EVMContractStateCmd) GetNonce() uint64
- func (x *EVMContractStateCmd) GetStorage() map[string]string
- func (x *EVMContractStateCmd) GetStorageHash() string
- func (x *EVMContractStateCmd) GetSuicided() bool
- func (*EVMContractStateCmd) ProtoMessage()
- func (x *EVMContractStateCmd) ProtoReflect() protoreflect.Message
- func (x *EVMContractStateCmd) Reset()
- func (x *EVMContractStateCmd) String() string
- type EVMStateChangeItem
- func (*EVMStateChangeItem) Descriptor() ([]byte, []int)deprecated
- func (x *EVMStateChangeItem) GetCurrentValue() []byte
- func (x *EVMStateChangeItem) GetKey() string
- func (x *EVMStateChangeItem) GetPreValue() []byte
- func (*EVMStateChangeItem) ProtoMessage()
- func (x *EVMStateChangeItem) ProtoReflect() protoreflect.Message
- func (x *EVMStateChangeItem) Reset()
- func (x *EVMStateChangeItem) String() string
- type EstimateEVMGasReq
- func (*EstimateEVMGasReq) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateEVMGasReq) GetFrom() string
- func (x *EstimateEVMGasReq) GetTx() string
- func (*EstimateEVMGasReq) ProtoMessage()
- func (x *EstimateEVMGasReq) ProtoReflect() protoreflect.Message
- func (x *EstimateEVMGasReq) Reset()
- func (x *EstimateEVMGasReq) String() string
- type EstimateEVMGasResp
- type EvmCalcNewContractAddrReq
- func (*EvmCalcNewContractAddrReq) Descriptor() ([]byte, []int)deprecated
- func (x *EvmCalcNewContractAddrReq) GetCaller() string
- func (x *EvmCalcNewContractAddrReq) GetTxhash() string
- func (*EvmCalcNewContractAddrReq) ProtoMessage()
- func (x *EvmCalcNewContractAddrReq) ProtoReflect() protoreflect.Message
- func (x *EvmCalcNewContractAddrReq) Reset()
- func (x *EvmCalcNewContractAddrReq) String() string
- type EvmContractCallReq
- func (*EvmContractCallReq) Descriptor() ([]byte, []int)deprecated
- func (x *EvmContractCallReq) GetAbi() string
- func (x *EvmContractCallReq) GetAmount() int64
- func (x *EvmContractCallReq) GetContractAddr() string
- func (x *EvmContractCallReq) GetExpire() string
- func (x *EvmContractCallReq) GetFee() int64
- func (x *EvmContractCallReq) GetNote() string
- func (x *EvmContractCallReq) GetParaName() string
- func (x *EvmContractCallReq) GetParameter() string
- func (*EvmContractCallReq) ProtoMessage()
- func (x *EvmContractCallReq) ProtoReflect() protoreflect.Message
- func (x *EvmContractCallReq) Reset()
- func (x *EvmContractCallReq) String() string
- type EvmContractCreateReq
- func (*EvmContractCreateReq) Descriptor() ([]byte, []int)deprecated
- func (x *EvmContractCreateReq) GetAbi() string
- func (x *EvmContractCreateReq) GetAlias() string
- func (x *EvmContractCreateReq) GetAmount() int64
- func (x *EvmContractCreateReq) GetCode() string
- func (x *EvmContractCreateReq) GetExpire() string
- func (x *EvmContractCreateReq) GetFee() int64
- func (x *EvmContractCreateReq) GetNote() string
- func (x *EvmContractCreateReq) GetParaName() string
- func (x *EvmContractCreateReq) GetParameter() string
- func (*EvmContractCreateReq) ProtoMessage()
- func (x *EvmContractCreateReq) ProtoReflect() protoreflect.Message
- func (x *EvmContractCreateReq) Reset()
- func (x *EvmContractCreateReq) String() string
- type EvmDebugReq
- type EvmDebugResp
- type EvmGetNonceReq
- type EvmGetNonceRespose
- func (*EvmGetNonceRespose) Descriptor() ([]byte, []int)deprecated
- func (x *EvmGetNonceRespose) GetNonce() int64
- func (*EvmGetNonceRespose) ProtoMessage()
- func (x *EvmGetNonceRespose) ProtoReflect() protoreflect.Message
- func (x *EvmGetNonceRespose) Reset()
- func (x *EvmGetNonceRespose) String() string
- type EvmGetPackDataReq
- func (*EvmGetPackDataReq) Descriptor() ([]byte, []int)deprecated
- func (x *EvmGetPackDataReq) GetAbi() string
- func (x *EvmGetPackDataReq) GetParameter() string
- func (*EvmGetPackDataReq) ProtoMessage()
- func (x *EvmGetPackDataReq) ProtoReflect() protoreflect.Message
- func (x *EvmGetPackDataReq) Reset()
- func (x *EvmGetPackDataReq) String() string
- type EvmGetPackDataRespose
- func (*EvmGetPackDataRespose) Descriptor() ([]byte, []int)deprecated
- func (x *EvmGetPackDataRespose) GetPackData() string
- func (*EvmGetPackDataRespose) ProtoMessage()
- func (x *EvmGetPackDataRespose) ProtoReflect() protoreflect.Message
- func (x *EvmGetPackDataRespose) Reset()
- func (x *EvmGetPackDataRespose) String() string
- type EvmGetUnpackDataReq
- func (*EvmGetUnpackDataReq) Descriptor() ([]byte, []int)deprecated
- func (x *EvmGetUnpackDataReq) GetAbi() string
- func (x *EvmGetUnpackDataReq) GetData() string
- func (x *EvmGetUnpackDataReq) GetParameter() string
- func (*EvmGetUnpackDataReq) ProtoMessage()
- func (x *EvmGetUnpackDataReq) ProtoReflect() protoreflect.Message
- func (x *EvmGetUnpackDataReq) Reset()
- func (x *EvmGetUnpackDataReq) String() string
- type EvmGetUnpackDataRespose
- func (*EvmGetUnpackDataRespose) Descriptor() ([]byte, []int)deprecated
- func (x *EvmGetUnpackDataRespose) GetUnpackData() []string
- func (*EvmGetUnpackDataRespose) ProtoMessage()
- func (x *EvmGetUnpackDataRespose) ProtoReflect() protoreflect.Message
- func (x *EvmGetUnpackDataRespose) Reset()
- func (x *EvmGetUnpackDataRespose) String() string
- type EvmQueryAbiReq
- type EvmQueryAbiResp
- func (*EvmQueryAbiResp) Descriptor() ([]byte, []int)deprecated
- func (x *EvmQueryAbiResp) GetAbi() string
- func (x *EvmQueryAbiResp) GetAddress() string
- func (*EvmQueryAbiResp) ProtoMessage()
- func (x *EvmQueryAbiResp) ProtoReflect() protoreflect.Message
- func (x *EvmQueryAbiResp) Reset()
- func (x *EvmQueryAbiResp) String() string
- type EvmQueryReq
- func (*EvmQueryReq) Descriptor() ([]byte, []int)deprecated
- func (x *EvmQueryReq) GetAddress() string
- func (x *EvmQueryReq) GetCaller() string
- func (x *EvmQueryReq) GetInput() string
- func (*EvmQueryReq) ProtoMessage()
- func (x *EvmQueryReq) ProtoReflect() protoreflect.Message
- func (x *EvmQueryReq) Reset()
- func (x *EvmQueryReq) String() string
- type EvmQueryResp
- func (*EvmQueryResp) Descriptor() ([]byte, []int)deprecated
- func (x *EvmQueryResp) GetAddress() string
- func (x *EvmQueryResp) GetCaller() string
- func (x *EvmQueryResp) GetInput() string
- func (x *EvmQueryResp) GetJsonData() string
- func (x *EvmQueryResp) GetRawData() string
- func (*EvmQueryResp) ProtoMessage()
- func (x *EvmQueryResp) ProtoReflect() protoreflect.Message
- func (x *EvmQueryResp) Reset()
- func (x *EvmQueryResp) String() string
- type EvmTransferOnlyReq
- func (*EvmTransferOnlyReq) Descriptor() ([]byte, []int)deprecated
- func (x *EvmTransferOnlyReq) GetAmount() int64
- func (x *EvmTransferOnlyReq) GetNote() string
- func (x *EvmTransferOnlyReq) GetParaName() string
- func (x *EvmTransferOnlyReq) GetTo() string
- func (*EvmTransferOnlyReq) ProtoMessage()
- func (x *EvmTransferOnlyReq) ProtoReflect() protoreflect.Message
- func (x *EvmTransferOnlyReq) Reset()
- func (x *EvmTransferOnlyReq) String() string
- type ExecConfig
- func (*ExecConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ExecConfig) GetAll() []string
- func (x *ExecConfig) GetExec() string
- func (x *ExecConfig) GetGenerate() []string
- func (*ExecConfig) ProtoMessage()
- func (x *ExecConfig) ProtoReflect() protoreflect.Message
- func (x *ExecConfig) Reset()
- func (x *ExecConfig) String() string
- type JRPCConfig
- func (*JRPCConfig) Descriptor() ([]byte, []int)deprecated
- func (x *JRPCConfig) GetChain() []*Chain
- func (x *JRPCConfig) GetHost() string
- func (x *JRPCConfig) GetName() string
- func (x *JRPCConfig) GetSwaggerHost() string
- func (x *JRPCConfig) GetWhiteList() []string
- func (*JRPCConfig) ProtoMessage()
- func (x *JRPCConfig) ProtoReflect() protoreflect.Message
- func (x *JRPCConfig) Reset()
- func (x *JRPCConfig) String() string
- type Kafka
- type PushSubscribeReq
- func (*PushSubscribeReq) Descriptor() ([]byte, []int)deprecated
- func (x *PushSubscribeReq) GetContract() map[string]bool
- func (x *PushSubscribeReq) GetEncode() string
- func (x *PushSubscribeReq) GetLastBlockHash() string
- func (x *PushSubscribeReq) GetLastHeight() int64
- func (x *PushSubscribeReq) GetLastSequence() int64
- func (x *PushSubscribeReq) GetName() string
- func (x *PushSubscribeReq) GetType() int32
- func (x *PushSubscribeReq) GetURL() string
- func (*PushSubscribeReq) ProtoMessage()
- func (x *PushSubscribeReq) ProtoReflect() protoreflect.Message
- func (x *PushSubscribeReq) Reset()
- func (x *PushSubscribeReq) String() string
- type RPC
- func (*RPC) Descriptor() ([]byte, []int)deprecated
- func (x *RPC) GetEnableSwagger() bool
- func (x *RPC) GetHost() string
- func (x *RPC) GetJrpcHost() string
- func (x *RPC) GetJrpcName() string
- func (x *RPC) GetName() string
- func (x *RPC) GetSwaggerHost() string
- func (x *RPC) GetTriggerCount() float64
- func (x *RPC) GetWhiteList() []string
- func (*RPC) ProtoMessage()
- func (x *RPC) ProtoReflect() protoreflect.Message
- func (x *RPC) Reset()
- func (x *RPC) String() string
- type ReceiptEVMContract
- func (*ReceiptEVMContract) Descriptor() ([]byte, []int)deprecated
- func (x *ReceiptEVMContract) GetCaller() string
- func (x *ReceiptEVMContract) GetContractAddr() string
- func (x *ReceiptEVMContract) GetContractName() string
- func (x *ReceiptEVMContract) GetJsonRet() string
- func (x *ReceiptEVMContract) GetRet() []byte
- func (x *ReceiptEVMContract) GetUsedGas() uint64
- func (*ReceiptEVMContract) ProtoMessage()
- func (x *ReceiptEVMContract) ProtoReflect() protoreflect.Message
- func (x *ReceiptEVMContract) Reset()
- func (x *ReceiptEVMContract) String() string
- type ReceiptEVMContractCmd
- func (*ReceiptEVMContractCmd) Descriptor() ([]byte, []int)deprecated
- func (x *ReceiptEVMContractCmd) GetCaller() string
- func (x *ReceiptEVMContractCmd) GetContractAddr() string
- func (x *ReceiptEVMContractCmd) GetContractName() string
- func (x *ReceiptEVMContractCmd) GetRet() string
- func (x *ReceiptEVMContractCmd) GetUsedGas() uint64
- func (*ReceiptEVMContractCmd) ProtoMessage()
- func (x *ReceiptEVMContractCmd) ProtoReflect() protoreflect.Message
- func (x *ReceiptEVMContractCmd) Reset()
- func (x *ReceiptEVMContractCmd) String() string
- type ReplySubscribePushV2
- func (*ReplySubscribePushV2) Descriptor() ([]byte, []int)deprecated
- func (x *ReplySubscribePushV2) GetIsOk() bool
- func (x *ReplySubscribePushV2) GetMsg() string
- func (*ReplySubscribePushV2) ProtoMessage()
- func (x *ReplySubscribePushV2) ProtoReflect() protoreflect.Message
- func (x *ReplySubscribePushV2) Reset()
- func (x *ReplySubscribePushV2) String() string
- type StatConfig
- type Sync
- func (*Sync) Descriptor() ([]byte, []int)deprecated
- func (x *Sync) GetName() string
- func (x *Sync) GetPushBind() string
- func (x *Sync) GetPushFormat() string
- func (x *Sync) GetPushHost() string
- func (x *Sync) GetPushName() string
- func (x *Sync) GetStartBlockHash() string
- func (x *Sync) GetStartHeight() int64
- func (x *Sync) GetStartSeq() int64
- func (*Sync) ProtoMessage()
- func (x *Sync) ProtoReflect() protoreflect.Message
- func (x *Sync) Reset()
- func (x *Sync) String() string
- type TransactionConfig
- func (*TransactionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionConfig) GetEsHostRead() string
- func (x *TransactionConfig) GetEsHostWrite() string
- func (x *TransactionConfig) GetExecAddresses() []string
- func (x *TransactionConfig) GetPara() string
- func (x *TransactionConfig) GetPrefix() string
- func (x *TransactionConfig) GetPrefixWrite() string
- func (x *TransactionConfig) GetStartSeq() int64
- func (*TransactionConfig) ProtoMessage()
- func (x *TransactionConfig) ProtoReflect() protoreflect.Message
- func (x *TransactionConfig) Reset()
- func (x *TransactionConfig) String() string
Constants ¶
This section is empty.
Variables ¶
var File_convert_proto protoreflect.FileDescriptor
var File_exdbconfig_proto protoreflect.FileDescriptor
var File_exdbevmcontract_proto protoreflect.FileDescriptor
var File_exdbtransaction_proto protoreflect.FileDescriptor
var File_jrpc_proto protoreflect.FileDescriptor
var File_push_proto protoreflect.FileDescriptor
var File_sync_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct { EsHostRead string `protobuf:"bytes,1,opt,name=esHostRead,proto3" json:"esHostRead,omitempty"` EsHostWrite string `protobuf:"bytes,2,opt,name=esHostWrite,proto3" json:"esHostWrite,omitempty"` Symbol string `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"` AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName,omitempty"` ExecAddresses []string `protobuf:"bytes,5,rep,name=execAddresses,proto3" json:"execAddresses,omitempty"` Para string `protobuf:"bytes,6,opt,name=para,proto3" json:"para,omitempty"` Prefix string `protobuf:"bytes,7,opt,name=prefix,proto3" json:"prefix,omitempty"` PrefixWrite string `protobuf:"bytes,8,opt,name=prefixWrite,proto3" json:"prefixWrite,omitempty"` StartSeq int64 `protobuf:"varint,9,opt,name=startSeq,proto3" json:"startSeq,omitempty"` Data []*ExecConfig `protobuf:"bytes,10,rep,name=data,proto3" json:"data,omitempty"` Stat []*StatConfig `protobuf:"bytes,11,rep,name=stat,proto3" json:"stat,omitempty"` // 默认的处理插件 DefaultExec string `protobuf:"bytes,12,opt,name=defaultExec,proto3" json:"defaultExec,omitempty"` // 是否处理非本链数据 DealOtherChain bool `protobuf:"varint,13,opt,name=dealOtherChain,proto3" json:"dealOtherChain,omitempty"` // contains filtered or unexported fields }
func (*AppConfig) Descriptor
deprecated
func (*AppConfig) GetAppName ¶
func (*AppConfig) GetData ¶
func (x *AppConfig) GetData() []*ExecConfig
func (*AppConfig) GetDealOtherChain ¶
func (*AppConfig) GetDefaultExec ¶
func (*AppConfig) GetEsHostRead ¶
func (*AppConfig) GetEsHostWrite ¶
func (*AppConfig) GetExecAddresses ¶
func (*AppConfig) GetPrefixWrite ¶
func (*AppConfig) GetStartSeq ¶
func (*AppConfig) GetStat ¶
func (x *AppConfig) GetStat() []*StatConfig
func (*AppConfig) ProtoMessage ¶
func (*AppConfig) ProtoMessage()
func (*AppConfig) ProtoReflect ¶
func (x *AppConfig) ProtoReflect() protoreflect.Message
type BlockSeqCB ¶
type BlockSeqCB struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` URL string `protobuf:"bytes,2,opt,name=URL,proto3" json:"URL,omitempty"` Encode string `protobuf:"bytes,3,opt,name=encode,proto3" json:"encode,omitempty"` IsHeader bool `protobuf:"varint,4,opt,name=isHeader,proto3" json:"isHeader,omitempty"` LastSequence int64 `protobuf:"varint,5,opt,name=lastSequence,proto3" json:"lastSequence,omitempty"` LastHeight int64 `protobuf:"varint,6,opt,name=lastHeight,proto3" json:"lastHeight,omitempty"` LastBlockHash string `protobuf:"bytes,7,opt,name=lastBlockHash,proto3" json:"lastBlockHash,omitempty"` // contains filtered or unexported fields }
push v1, register request
func (*BlockSeqCB) Descriptor
deprecated
func (*BlockSeqCB) Descriptor() ([]byte, []int)
Deprecated: Use BlockSeqCB.ProtoReflect.Descriptor instead.
func (*BlockSeqCB) GetEncode ¶
func (x *BlockSeqCB) GetEncode() string
func (*BlockSeqCB) GetIsHeader ¶
func (x *BlockSeqCB) GetIsHeader() bool
func (*BlockSeqCB) GetLastBlockHash ¶
func (x *BlockSeqCB) GetLastBlockHash() string
func (*BlockSeqCB) GetLastHeight ¶
func (x *BlockSeqCB) GetLastHeight() int64
func (*BlockSeqCB) GetLastSequence ¶
func (x *BlockSeqCB) GetLastSequence() int64
func (*BlockSeqCB) GetName ¶
func (x *BlockSeqCB) GetName() string
func (*BlockSeqCB) GetURL ¶
func (x *BlockSeqCB) GetURL() string
func (*BlockSeqCB) ProtoMessage ¶
func (*BlockSeqCB) ProtoMessage()
func (*BlockSeqCB) ProtoReflect ¶
func (x *BlockSeqCB) ProtoReflect() protoreflect.Message
func (*BlockSeqCB) Reset ¶
func (x *BlockSeqCB) Reset()
func (*BlockSeqCB) String ¶
func (x *BlockSeqCB) String() string
type Chain ¶
type Chain struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Prefix string `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"` EsHost string `protobuf:"bytes,3,opt,name=esHost,proto3" json:"esHost,omitempty"` Symbol string `protobuf:"bytes,4,opt,name=symbol,proto3" json:"symbol,omitempty"` AppName string `protobuf:"bytes,5,opt,name=appName,proto3" json:"appName,omitempty"` // contains filtered or unexported fields }
func (*Chain) Descriptor
deprecated
func (*Chain) GetAppName ¶
func (*Chain) ProtoMessage ¶
func (*Chain) ProtoMessage()
func (*Chain) ProtoReflect ¶
func (x *Chain) ProtoReflect() protoreflect.Message
type Chain33 ¶
type Chain33 struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` GrpcHost string `protobuf:"bytes,2,opt,name=grpcHost,proto3" json:"grpcHost,omitempty"` Host string `protobuf:"bytes,3,opt,name=host,proto3" json:"host,omitempty"` Symbol string `protobuf:"bytes,4,opt,name=symbol,proto3" json:"symbol,omitempty"` OtherChainGenesis int64 `protobuf:"varint,5,opt,name=otherChainGenesis,proto3" json:"otherChainGenesis,omitempty"` PerBlockCoin int64 `protobuf:"varint,6,opt,name=perBlockCoin,proto3" json:"perBlockCoin,omitempty"` RollbackSeq []int64 `protobuf:"varint,7,rep,packed,name=rollbackSeq,proto3" json:"rollbackSeq,omitempty"` CoinPrecision float64 `protobuf:"fixed64,8,opt,name=coinPrecision,proto3" json:"coinPrecision,omitempty"` PerTicketReward float64 `protobuf:"fixed64,9,opt,name=perTicketReward,proto3" json:"perTicketReward,omitempty"` // contains filtered or unexported fields }
func (*Chain33) Descriptor
deprecated
func (*Chain33) GetCoinPrecision ¶
func (*Chain33) GetGrpcHost ¶
func (*Chain33) GetOtherChainGenesis ¶
func (*Chain33) GetPerBlockCoin ¶
func (*Chain33) GetPerTicketReward ¶
func (*Chain33) GetRollbackSeq ¶
func (*Chain33) ProtoMessage ¶
func (*Chain33) ProtoMessage()
func (*Chain33) ProtoReflect ¶
func (x *Chain33) ProtoReflect() protoreflect.Message
type CheckEVMAddrReq ¶
type CheckEVMAddrReq struct { Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"` // contains filtered or unexported fields }
func (*CheckEVMAddrReq) Descriptor
deprecated
func (*CheckEVMAddrReq) Descriptor() ([]byte, []int)
Deprecated: Use CheckEVMAddrReq.ProtoReflect.Descriptor instead.
func (*CheckEVMAddrReq) GetAddr ¶
func (x *CheckEVMAddrReq) GetAddr() string
func (*CheckEVMAddrReq) ProtoMessage ¶
func (*CheckEVMAddrReq) ProtoMessage()
func (*CheckEVMAddrReq) ProtoReflect ¶
func (x *CheckEVMAddrReq) ProtoReflect() protoreflect.Message
func (*CheckEVMAddrReq) Reset ¶
func (x *CheckEVMAddrReq) Reset()
func (*CheckEVMAddrReq) String ¶
func (x *CheckEVMAddrReq) String() string
type CheckEVMAddrResp ¶
type CheckEVMAddrResp struct { Contract bool `protobuf:"varint,1,opt,name=contract,proto3" json:"contract,omitempty"` ContractAddr string `protobuf:"bytes,2,opt,name=contractAddr,proto3" json:"contractAddr,omitempty"` ContractName string `protobuf:"bytes,3,opt,name=contractName,proto3" json:"contractName,omitempty"` AliasName string `protobuf:"bytes,4,opt,name=aliasName,proto3" json:"aliasName,omitempty"` // contains filtered or unexported fields }
func (*CheckEVMAddrResp) Descriptor
deprecated
func (*CheckEVMAddrResp) Descriptor() ([]byte, []int)
Deprecated: Use CheckEVMAddrResp.ProtoReflect.Descriptor instead.
func (*CheckEVMAddrResp) GetAliasName ¶
func (x *CheckEVMAddrResp) GetAliasName() string
func (*CheckEVMAddrResp) GetContract ¶
func (x *CheckEVMAddrResp) GetContract() bool
func (*CheckEVMAddrResp) GetContractAddr ¶
func (x *CheckEVMAddrResp) GetContractAddr() string
func (*CheckEVMAddrResp) GetContractName ¶
func (x *CheckEVMAddrResp) GetContractName() string
func (*CheckEVMAddrResp) ProtoMessage ¶
func (*CheckEVMAddrResp) ProtoMessage()
func (*CheckEVMAddrResp) ProtoReflect ¶
func (x *CheckEVMAddrResp) ProtoReflect() protoreflect.Message
func (*CheckEVMAddrResp) Reset ¶
func (x *CheckEVMAddrResp) Reset()
func (*CheckEVMAddrResp) String ¶
func (x *CheckEVMAddrResp) String() string
type Config ¶
type Config struct { EsHost string `protobuf:"bytes,1,opt,name=esHost,proto3" json:"esHost,omitempty"` Chain33Host string `protobuf:"bytes,2,opt,name=chain33host,proto3" json:"chain33host,omitempty"` PushHost string `protobuf:"bytes,3,opt,name=pushHost,proto3" json:"pushHost,omitempty"` PushName string `protobuf:"bytes,4,opt,name=pushName,proto3" json:"pushName,omitempty"` ExecAddresses []string `protobuf:"bytes,5,rep,name=execAddresses,proto3" json:"execAddresses,omitempty"` Para string `protobuf:"bytes,6,opt,name=para,proto3" json:"para,omitempty"` Prefix string `protobuf:"bytes,7,opt,name=prefix,proto3" json:"prefix,omitempty"` // pushBind 和 host 不一样, 在于云上, 外网ip 不可以bind PushBind string `protobuf:"bytes,8,opt,name=pushBind,proto3" json:"pushBind,omitempty"` Name string `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"` // 同步开始位置, 如果收到之前的, 忽略. (老版本的chain33, 会从0开始同步, // 不能指定开始) StartSeq int64 `protobuf:"varint,10,opt,name=startSeq,proto3" json:"startSeq,omitempty"` // 指定推送格式, PushFormat string `protobuf:"bytes,11,opt,name=pushFormat,proto3" json:"pushFormat,omitempty"` MqHost string `protobuf:"bytes,12,opt,name=mqHost,proto3" json:"mqHost,omitempty"` // contains filtered or unexported fields }
func (*Config) Descriptor
deprecated
func (*Config) GetChain33Host ¶
func (*Config) GetExecAddresses ¶
func (*Config) GetPushBind ¶
func (*Config) GetPushFormat ¶
func (*Config) GetPushHost ¶
func (*Config) GetPushName ¶
func (*Config) GetStartSeq ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶
func (x *Config) ProtoReflect() protoreflect.Message
type ConfigNew ¶
type ConfigNew struct { // 处理的是哪条链 bityuan 或 user.p.xxxx. // Chain 依赖的chain33节点jsonrpc地址 Chain *Chain33 `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"` // 同步和展开的数据库 Dbtype string `protobuf:"bytes,2,opt,name=dbtype,proto3" json:"dbtype,omitempty"` EsVersion int32 `protobuf:"varint,10,opt,name=es_version,json=esVersion,proto3" json:"es_version,omitempty"` SyncEs *ESDB `protobuf:"bytes,3,opt,name=sync_es,json=syncEs,proto3" json:"sync_es,omitempty"` ConvertEs *ESDB `protobuf:"bytes,4,opt,name=convert_es,json=convertEs,proto3" json:"convert_es,omitempty"` Sync *Sync `protobuf:"bytes,5,opt,name=sync,proto3" json:"sync,omitempty"` EsIndex *ESIndex `protobuf:"bytes,6,opt,name=es_index,json=esIndex,proto3" json:"es_index,omitempty"` Rpc *RPC `protobuf:"bytes,7,opt,name=rpc,proto3" json:"rpc,omitempty"` Convert *Convert `protobuf:"bytes,8,opt,name=convert,proto3" json:"convert,omitempty"` Kafka *Kafka `protobuf:"bytes,9,opt,name=kafka,proto3" json:"kafka,omitempty"` ManagerAddress []string `protobuf:"bytes,11,rep,name=manager_address,json=managerAddress,proto3" json:"manager_address,omitempty"` Contracts []*Contract `protobuf:"bytes,12,rep,name=Contracts,proto3" json:"Contracts,omitempty"` // contains filtered or unexported fields }
func (*ConfigNew) Descriptor
deprecated
func (*ConfigNew) GetContracts ¶
func (*ConfigNew) GetConvert ¶
func (*ConfigNew) GetConvertEs ¶
func (*ConfigNew) GetEsIndex ¶
func (*ConfigNew) GetEsVersion ¶
func (*ConfigNew) GetManagerAddress ¶
func (*ConfigNew) ProtoMessage ¶
func (*ConfigNew) ProtoMessage()
func (*ConfigNew) ProtoReflect ¶
func (x *ConfigNew) ProtoReflect() protoreflect.Message
type Contract ¶
type Contract struct { Abi string `protobuf:"bytes,1,opt,name=Abi,proto3" json:"Abi,omitempty"` Bin string `protobuf:"bytes,2,opt,name=Bin,proto3" json:"Bin,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*Contract) Descriptor
deprecated
func (*Contract) ProtoMessage ¶
func (*Contract) ProtoMessage()
func (*Contract) ProtoReflect ¶
func (x *Contract) ProtoReflect() protoreflect.Message
type Convert ¶
type Convert struct { AppName string `protobuf:"bytes,1,opt,name=appName,proto3" json:"appName,omitempty"` ExecAddresses []string `protobuf:"bytes,5,rep,name=execAddresses,proto3" json:"execAddresses,omitempty"` StartSeq int64 `protobuf:"varint,9,opt,name=startSeq,proto3" json:"startSeq,omitempty"` Data []*ExecConfig `protobuf:"bytes,10,rep,name=data,proto3" json:"data,omitempty"` Stat []*StatConfig `protobuf:"bytes,11,rep,name=stat,proto3" json:"stat,omitempty"` // 默认的处理插件 DefaultExec string `protobuf:"bytes,12,opt,name=defaultExec,proto3" json:"defaultExec,omitempty"` // 是否处理非本链数据 DealOtherChain bool `protobuf:"varint,13,opt,name=dealOtherChain,proto3" json:"dealOtherChain,omitempty"` // 是否开启权限控制 OpenAccessControl bool `protobuf:"varint,14,opt,name=openAccessControl,proto3" json:"openAccessControl,omitempty"` SaveBlockInfo bool `protobuf:"varint,15,opt,name=saveBlockInfo,proto3" json:"saveBlockInfo,omitempty"` AddressDriver string `protobuf:"bytes,16,opt,name=addressDriver,proto3" json:"addressDriver,omitempty"` // contains filtered or unexported fields }
func (*Convert) Descriptor
deprecated
func (*Convert) GetAddressDriver ¶
func (*Convert) GetAppName ¶
func (*Convert) GetData ¶
func (x *Convert) GetData() []*ExecConfig
func (*Convert) GetDealOtherChain ¶
func (*Convert) GetDefaultExec ¶
func (*Convert) GetExecAddresses ¶
func (*Convert) GetOpenAccessControl ¶
func (*Convert) GetSaveBlockInfo ¶
func (*Convert) GetStartSeq ¶
func (*Convert) GetStat ¶
func (x *Convert) GetStat() []*StatConfig
func (*Convert) ProtoMessage ¶
func (*Convert) ProtoMessage()
func (*Convert) ProtoReflect ¶
func (x *Convert) ProtoReflect() protoreflect.Message
type ESDB ¶
type ESDB struct { Host string `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"` Prefix string `protobuf:"bytes,3,opt,name=prefix,proto3" json:"prefix,omitempty"` Bulk bool `protobuf:"varint,4,opt,name=bulk,proto3" json:"bulk,omitempty"` User string `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"` Pwd string `protobuf:"bytes,6,opt,name=pwd,proto3" json:"pwd,omitempty"` // contains filtered or unexported fields }
func (*ESDB) Descriptor
deprecated
func (*ESDB) ProtoMessage ¶
func (*ESDB) ProtoMessage()
func (*ESDB) ProtoReflect ¶
func (x *ESDB) ProtoReflect() protoreflect.Message
type ESIndex ¶
type ESIndex struct { NumberOfShards int32 `protobuf:"varint,1,opt,name=numberOfShards,proto3" json:"numberOfShards,omitempty"` NumberOfReplicas int32 `protobuf:"varint,2,opt,name=numberOfReplicas,proto3" json:"numberOfReplicas,omitempty"` // contains filtered or unexported fields }
func (*ESIndex) Descriptor
deprecated
func (*ESIndex) GetNumberOfReplicas ¶
func (*ESIndex) GetNumberOfShards ¶
func (*ESIndex) ProtoMessage ¶
func (*ESIndex) ProtoMessage()
func (*ESIndex) ProtoReflect ¶
func (x *ESIndex) ProtoReflect() protoreflect.Message
type EVMContractAction ¶
type EVMContractAction struct { // 转账金额 Amount uint64 `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"` // 消耗限制,默认为Transaction.Fee GasLimit uint64 `protobuf:"varint,2,opt,name=gasLimit,proto3" json:"gasLimit,omitempty"` // gas价格,默认为1 GasPrice uint32 `protobuf:"varint,3,opt,name=gasPrice,proto3" json:"gasPrice,omitempty"` // 合约数据 Code []byte `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"` //交易参数 Para []byte `protobuf:"bytes,5,opt,name=para,proto3" json:"para,omitempty"` // 合约别名,方便识别 Alias string `protobuf:"bytes,6,opt,name=alias,proto3" json:"alias,omitempty"` // 交易备注 Note string `protobuf:"bytes,7,opt,name=note,proto3" json:"note,omitempty"` // 调用合约地址 ContractAddr string `protobuf:"bytes,8,opt,name=contractAddr,proto3" json:"contractAddr,omitempty"` // contains filtered or unexported fields }
创建/调用合约的请求结构
func (*EVMContractAction) Descriptor
deprecated
func (*EVMContractAction) Descriptor() ([]byte, []int)
Deprecated: Use EVMContractAction.ProtoReflect.Descriptor instead.
func (*EVMContractAction) GetAlias ¶
func (x *EVMContractAction) GetAlias() string
func (*EVMContractAction) GetAmount ¶
func (x *EVMContractAction) GetAmount() uint64
func (*EVMContractAction) GetCode ¶
func (x *EVMContractAction) GetCode() []byte
func (*EVMContractAction) GetContractAddr ¶
func (x *EVMContractAction) GetContractAddr() string
func (*EVMContractAction) GetGasLimit ¶
func (x *EVMContractAction) GetGasLimit() uint64
func (*EVMContractAction) GetGasPrice ¶
func (x *EVMContractAction) GetGasPrice() uint32
func (*EVMContractAction) GetNote ¶
func (x *EVMContractAction) GetNote() string
func (*EVMContractAction) GetPara ¶
func (x *EVMContractAction) GetPara() []byte
func (*EVMContractAction) ProtoMessage ¶
func (*EVMContractAction) ProtoMessage()
func (*EVMContractAction) ProtoReflect ¶
func (x *EVMContractAction) ProtoReflect() protoreflect.Message
func (*EVMContractAction) Reset ¶
func (x *EVMContractAction) Reset()
func (*EVMContractAction) String ¶
func (x *EVMContractAction) String() string
type EVMContractData ¶
type EVMContractData struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Alias string `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"` Addr string `protobuf:"bytes,4,opt,name=addr,proto3" json:"addr,omitempty"` Code []byte `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"` CodeHash []byte `protobuf:"bytes,6,opt,name=codeHash,proto3" json:"codeHash,omitempty"` // 绑定ABI数据 ForkEVMABI Abi string `protobuf:"bytes,7,opt,name=abi,proto3" json:"abi,omitempty"` // contains filtered or unexported fields }
存放合约固定数据
func (*EVMContractData) Descriptor
deprecated
func (*EVMContractData) Descriptor() ([]byte, []int)
Deprecated: Use EVMContractData.ProtoReflect.Descriptor instead.
func (*EVMContractData) GetAbi ¶
func (x *EVMContractData) GetAbi() string
func (*EVMContractData) GetAddr ¶
func (x *EVMContractData) GetAddr() string
func (*EVMContractData) GetAlias ¶
func (x *EVMContractData) GetAlias() string
func (*EVMContractData) GetCode ¶
func (x *EVMContractData) GetCode() []byte
func (*EVMContractData) GetCodeHash ¶
func (x *EVMContractData) GetCodeHash() []byte
func (*EVMContractData) GetCreator ¶
func (x *EVMContractData) GetCreator() string
func (*EVMContractData) GetName ¶
func (x *EVMContractData) GetName() string
func (*EVMContractData) ProtoMessage ¶
func (*EVMContractData) ProtoMessage()
func (*EVMContractData) ProtoReflect ¶
func (x *EVMContractData) ProtoReflect() protoreflect.Message
func (*EVMContractData) Reset ¶
func (x *EVMContractData) Reset()
func (*EVMContractData) String ¶
func (x *EVMContractData) String() string
type EVMContractDataCmd ¶
type EVMContractDataCmd struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Alias string `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"` Addr string `protobuf:"bytes,4,opt,name=addr,proto3" json:"addr,omitempty"` Code string `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"` CodeHash string `protobuf:"bytes,6,opt,name=codeHash,proto3" json:"codeHash,omitempty"` // contains filtered or unexported fields }
存放合约固定数据
func (*EVMContractDataCmd) Descriptor
deprecated
func (*EVMContractDataCmd) Descriptor() ([]byte, []int)
Deprecated: Use EVMContractDataCmd.ProtoReflect.Descriptor instead.
func (*EVMContractDataCmd) GetAddr ¶
func (x *EVMContractDataCmd) GetAddr() string
func (*EVMContractDataCmd) GetAlias ¶
func (x *EVMContractDataCmd) GetAlias() string
func (*EVMContractDataCmd) GetCode ¶
func (x *EVMContractDataCmd) GetCode() string
func (*EVMContractDataCmd) GetCodeHash ¶
func (x *EVMContractDataCmd) GetCodeHash() string
func (*EVMContractDataCmd) GetCreator ¶
func (x *EVMContractDataCmd) GetCreator() string
func (*EVMContractDataCmd) GetName ¶
func (x *EVMContractDataCmd) GetName() string
func (*EVMContractDataCmd) ProtoMessage ¶
func (*EVMContractDataCmd) ProtoMessage()
func (*EVMContractDataCmd) ProtoReflect ¶
func (x *EVMContractDataCmd) ProtoReflect() protoreflect.Message
func (*EVMContractDataCmd) Reset ¶
func (x *EVMContractDataCmd) Reset()
func (*EVMContractDataCmd) String ¶
func (x *EVMContractDataCmd) String() string
type EVMContractObject ¶
type EVMContractObject struct { Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"` Data *EVMContractData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` State *EVMContractState `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
合约对象信息
func (*EVMContractObject) Descriptor
deprecated
func (*EVMContractObject) Descriptor() ([]byte, []int)
Deprecated: Use EVMContractObject.ProtoReflect.Descriptor instead.
func (*EVMContractObject) GetAddr ¶
func (x *EVMContractObject) GetAddr() string
func (*EVMContractObject) GetData ¶
func (x *EVMContractObject) GetData() *EVMContractData
func (*EVMContractObject) GetState ¶
func (x *EVMContractObject) GetState() *EVMContractState
func (*EVMContractObject) ProtoMessage ¶
func (*EVMContractObject) ProtoMessage()
func (*EVMContractObject) ProtoReflect ¶
func (x *EVMContractObject) ProtoReflect() protoreflect.Message
func (*EVMContractObject) Reset ¶
func (x *EVMContractObject) Reset()
func (*EVMContractObject) String ¶
func (x *EVMContractObject) String() string
type EVMContractState ¶
type EVMContractState struct { Nonce uint64 `protobuf:"varint,1,opt,name=nonce,proto3" json:"nonce,omitempty"` Suicided bool `protobuf:"varint,2,opt,name=suicided,proto3" json:"suicided,omitempty"` StorageHash []byte `protobuf:"bytes,3,opt,name=storageHash,proto3" json:"storageHash,omitempty"` Storage map[string][]byte `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
存放合约变化数据
func (*EVMContractState) Descriptor
deprecated
func (*EVMContractState) Descriptor() ([]byte, []int)
Deprecated: Use EVMContractState.ProtoReflect.Descriptor instead.
func (*EVMContractState) GetNonce ¶
func (x *EVMContractState) GetNonce() uint64
func (*EVMContractState) GetStorage ¶
func (x *EVMContractState) GetStorage() map[string][]byte
func (*EVMContractState) GetStorageHash ¶
func (x *EVMContractState) GetStorageHash() []byte
func (*EVMContractState) GetSuicided ¶
func (x *EVMContractState) GetSuicided() bool
func (*EVMContractState) ProtoMessage ¶
func (*EVMContractState) ProtoMessage()
func (*EVMContractState) ProtoReflect ¶
func (x *EVMContractState) ProtoReflect() protoreflect.Message
func (*EVMContractState) Reset ¶
func (x *EVMContractState) Reset()
func (*EVMContractState) String ¶
func (x *EVMContractState) String() string
type EVMContractStateCmd ¶
type EVMContractStateCmd struct { Nonce uint64 `protobuf:"varint,1,opt,name=nonce,proto3" json:"nonce,omitempty"` Suicided bool `protobuf:"varint,2,opt,name=suicided,proto3" json:"suicided,omitempty"` StorageHash string `protobuf:"bytes,3,opt,name=storageHash,proto3" json:"storageHash,omitempty"` Storage map[string]string `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
存放合约变化数据
func (*EVMContractStateCmd) Descriptor
deprecated
func (*EVMContractStateCmd) Descriptor() ([]byte, []int)
Deprecated: Use EVMContractStateCmd.ProtoReflect.Descriptor instead.
func (*EVMContractStateCmd) GetNonce ¶
func (x *EVMContractStateCmd) GetNonce() uint64
func (*EVMContractStateCmd) GetStorage ¶
func (x *EVMContractStateCmd) GetStorage() map[string]string
func (*EVMContractStateCmd) GetStorageHash ¶
func (x *EVMContractStateCmd) GetStorageHash() string
func (*EVMContractStateCmd) GetSuicided ¶
func (x *EVMContractStateCmd) GetSuicided() bool
func (*EVMContractStateCmd) ProtoMessage ¶
func (*EVMContractStateCmd) ProtoMessage()
func (*EVMContractStateCmd) ProtoReflect ¶
func (x *EVMContractStateCmd) ProtoReflect() protoreflect.Message
func (*EVMContractStateCmd) Reset ¶
func (x *EVMContractStateCmd) Reset()
func (*EVMContractStateCmd) String ¶
func (x *EVMContractStateCmd) String() string
type EVMStateChangeItem ¶
type EVMStateChangeItem struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` PreValue []byte `protobuf:"bytes,2,opt,name=preValue,proto3" json:"preValue,omitempty"` CurrentValue []byte `protobuf:"bytes,3,opt,name=currentValue,proto3" json:"currentValue,omitempty"` // contains filtered or unexported fields }
用于保存EVM只能合约中的状态数据变更
func (*EVMStateChangeItem) Descriptor
deprecated
func (*EVMStateChangeItem) Descriptor() ([]byte, []int)
Deprecated: Use EVMStateChangeItem.ProtoReflect.Descriptor instead.
func (*EVMStateChangeItem) GetCurrentValue ¶
func (x *EVMStateChangeItem) GetCurrentValue() []byte
func (*EVMStateChangeItem) GetKey ¶
func (x *EVMStateChangeItem) GetKey() string
func (*EVMStateChangeItem) GetPreValue ¶
func (x *EVMStateChangeItem) GetPreValue() []byte
func (*EVMStateChangeItem) ProtoMessage ¶
func (*EVMStateChangeItem) ProtoMessage()
func (*EVMStateChangeItem) ProtoReflect ¶
func (x *EVMStateChangeItem) ProtoReflect() protoreflect.Message
func (*EVMStateChangeItem) Reset ¶
func (x *EVMStateChangeItem) Reset()
func (*EVMStateChangeItem) String ¶
func (x *EVMStateChangeItem) String() string
type EstimateEVMGasReq ¶
type EstimateEVMGasReq struct { Tx string `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"` From string `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"` // contains filtered or unexported fields }
func (*EstimateEVMGasReq) Descriptor
deprecated
func (*EstimateEVMGasReq) Descriptor() ([]byte, []int)
Deprecated: Use EstimateEVMGasReq.ProtoReflect.Descriptor instead.
func (*EstimateEVMGasReq) GetFrom ¶
func (x *EstimateEVMGasReq) GetFrom() string
func (*EstimateEVMGasReq) GetTx ¶
func (x *EstimateEVMGasReq) GetTx() string
func (*EstimateEVMGasReq) ProtoMessage ¶
func (*EstimateEVMGasReq) ProtoMessage()
func (*EstimateEVMGasReq) ProtoReflect ¶
func (x *EstimateEVMGasReq) ProtoReflect() protoreflect.Message
func (*EstimateEVMGasReq) Reset ¶
func (x *EstimateEVMGasReq) Reset()
func (*EstimateEVMGasReq) String ¶
func (x *EstimateEVMGasReq) String() string
type EstimateEVMGasResp ¶
type EstimateEVMGasResp struct { Gas uint64 `protobuf:"varint,1,opt,name=gas,proto3" json:"gas,omitempty"` // contains filtered or unexported fields }
func (*EstimateEVMGasResp) Descriptor
deprecated
func (*EstimateEVMGasResp) Descriptor() ([]byte, []int)
Deprecated: Use EstimateEVMGasResp.ProtoReflect.Descriptor instead.
func (*EstimateEVMGasResp) GetGas ¶
func (x *EstimateEVMGasResp) GetGas() uint64
func (*EstimateEVMGasResp) ProtoMessage ¶
func (*EstimateEVMGasResp) ProtoMessage()
func (*EstimateEVMGasResp) ProtoReflect ¶
func (x *EstimateEVMGasResp) ProtoReflect() protoreflect.Message
func (*EstimateEVMGasResp) Reset ¶
func (x *EstimateEVMGasResp) Reset()
func (*EstimateEVMGasResp) String ¶
func (x *EstimateEVMGasResp) String() string
type EvmCalcNewContractAddrReq ¶
type EvmCalcNewContractAddrReq struct { Caller string `protobuf:"bytes,1,opt,name=caller,proto3" json:"caller,omitempty"` Txhash string `protobuf:"bytes,2,opt,name=txhash,proto3" json:"txhash,omitempty"` // contains filtered or unexported fields }
func (*EvmCalcNewContractAddrReq) Descriptor
deprecated
func (*EvmCalcNewContractAddrReq) Descriptor() ([]byte, []int)
Deprecated: Use EvmCalcNewContractAddrReq.ProtoReflect.Descriptor instead.
func (*EvmCalcNewContractAddrReq) GetCaller ¶
func (x *EvmCalcNewContractAddrReq) GetCaller() string
func (*EvmCalcNewContractAddrReq) GetTxhash ¶
func (x *EvmCalcNewContractAddrReq) GetTxhash() string
func (*EvmCalcNewContractAddrReq) ProtoMessage ¶
func (*EvmCalcNewContractAddrReq) ProtoMessage()
func (*EvmCalcNewContractAddrReq) ProtoReflect ¶
func (x *EvmCalcNewContractAddrReq) ProtoReflect() protoreflect.Message
func (*EvmCalcNewContractAddrReq) Reset ¶
func (x *EvmCalcNewContractAddrReq) Reset()
func (*EvmCalcNewContractAddrReq) String ¶
func (x *EvmCalcNewContractAddrReq) String() string
type EvmContractCallReq ¶
type EvmContractCallReq struct { Amount int64 `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"` Fee int64 `protobuf:"varint,2,opt,name=fee,proto3" json:"fee,omitempty"` Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"` Parameter string `protobuf:"bytes,4,opt,name=parameter,proto3" json:"parameter,omitempty"` ContractAddr string `protobuf:"bytes,5,opt,name=contractAddr,proto3" json:"contractAddr,omitempty"` Expire string `protobuf:"bytes,6,opt,name=expire,proto3" json:"expire,omitempty"` ParaName string `protobuf:"bytes,7,opt,name=paraName,proto3" json:"paraName,omitempty"` Abi string `protobuf:"bytes,8,opt,name=abi,proto3" json:"abi,omitempty"` // contains filtered or unexported fields }
func (*EvmContractCallReq) Descriptor
deprecated
func (*EvmContractCallReq) Descriptor() ([]byte, []int)
Deprecated: Use EvmContractCallReq.ProtoReflect.Descriptor instead.
func (*EvmContractCallReq) GetAbi ¶
func (x *EvmContractCallReq) GetAbi() string
func (*EvmContractCallReq) GetAmount ¶
func (x *EvmContractCallReq) GetAmount() int64
func (*EvmContractCallReq) GetContractAddr ¶
func (x *EvmContractCallReq) GetContractAddr() string
func (*EvmContractCallReq) GetExpire ¶
func (x *EvmContractCallReq) GetExpire() string
func (*EvmContractCallReq) GetFee ¶
func (x *EvmContractCallReq) GetFee() int64
func (*EvmContractCallReq) GetNote ¶
func (x *EvmContractCallReq) GetNote() string
func (*EvmContractCallReq) GetParaName ¶
func (x *EvmContractCallReq) GetParaName() string
func (*EvmContractCallReq) GetParameter ¶
func (x *EvmContractCallReq) GetParameter() string
func (*EvmContractCallReq) ProtoMessage ¶
func (*EvmContractCallReq) ProtoMessage()
func (*EvmContractCallReq) ProtoReflect ¶
func (x *EvmContractCallReq) ProtoReflect() protoreflect.Message
func (*EvmContractCallReq) Reset ¶
func (x *EvmContractCallReq) Reset()
func (*EvmContractCallReq) String ¶
func (x *EvmContractCallReq) String() string
type EvmContractCreateReq ¶
type EvmContractCreateReq struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Abi string `protobuf:"bytes,2,opt,name=abi,proto3" json:"abi,omitempty"` Fee int64 `protobuf:"varint,3,opt,name=fee,proto3" json:"fee,omitempty"` Note string `protobuf:"bytes,4,opt,name=note,proto3" json:"note,omitempty"` Alias string `protobuf:"bytes,5,opt,name=alias,proto3" json:"alias,omitempty"` Parameter string `protobuf:"bytes,6,opt,name=parameter,proto3" json:"parameter,omitempty"` Expire string `protobuf:"bytes,7,opt,name=expire,proto3" json:"expire,omitempty"` ParaName string `protobuf:"bytes,8,opt,name=paraName,proto3" json:"paraName,omitempty"` Amount int64 `protobuf:"varint,9,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*EvmContractCreateReq) Descriptor
deprecated
func (*EvmContractCreateReq) Descriptor() ([]byte, []int)
Deprecated: Use EvmContractCreateReq.ProtoReflect.Descriptor instead.
func (*EvmContractCreateReq) GetAbi ¶
func (x *EvmContractCreateReq) GetAbi() string
func (*EvmContractCreateReq) GetAlias ¶
func (x *EvmContractCreateReq) GetAlias() string
func (*EvmContractCreateReq) GetAmount ¶
func (x *EvmContractCreateReq) GetAmount() int64
func (*EvmContractCreateReq) GetCode ¶
func (x *EvmContractCreateReq) GetCode() string
func (*EvmContractCreateReq) GetExpire ¶
func (x *EvmContractCreateReq) GetExpire() string
func (*EvmContractCreateReq) GetFee ¶
func (x *EvmContractCreateReq) GetFee() int64
func (*EvmContractCreateReq) GetNote ¶
func (x *EvmContractCreateReq) GetNote() string
func (*EvmContractCreateReq) GetParaName ¶
func (x *EvmContractCreateReq) GetParaName() string
func (*EvmContractCreateReq) GetParameter ¶
func (x *EvmContractCreateReq) GetParameter() string
func (*EvmContractCreateReq) ProtoMessage ¶
func (*EvmContractCreateReq) ProtoMessage()
func (*EvmContractCreateReq) ProtoReflect ¶
func (x *EvmContractCreateReq) ProtoReflect() protoreflect.Message
func (*EvmContractCreateReq) Reset ¶
func (x *EvmContractCreateReq) Reset()
func (*EvmContractCreateReq) String ¶
func (x *EvmContractCreateReq) String() string
type EvmDebugReq ¶
type EvmDebugReq struct { // 0 query, 1 set, -1 clear Optype int32 `protobuf:"varint,1,opt,name=optype,proto3" json:"optype,omitempty"` // contains filtered or unexported fields }
func (*EvmDebugReq) Descriptor
deprecated
func (*EvmDebugReq) Descriptor() ([]byte, []int)
Deprecated: Use EvmDebugReq.ProtoReflect.Descriptor instead.
func (*EvmDebugReq) GetOptype ¶
func (x *EvmDebugReq) GetOptype() int32
func (*EvmDebugReq) ProtoMessage ¶
func (*EvmDebugReq) ProtoMessage()
func (*EvmDebugReq) ProtoReflect ¶
func (x *EvmDebugReq) ProtoReflect() protoreflect.Message
func (*EvmDebugReq) Reset ¶
func (x *EvmDebugReq) Reset()
func (*EvmDebugReq) String ¶
func (x *EvmDebugReq) String() string
type EvmDebugResp ¶
type EvmDebugResp struct { DebugStatus string `protobuf:"bytes,1,opt,name=debugStatus,proto3" json:"debugStatus,omitempty"` // contains filtered or unexported fields }
func (*EvmDebugResp) Descriptor
deprecated
func (*EvmDebugResp) Descriptor() ([]byte, []int)
Deprecated: Use EvmDebugResp.ProtoReflect.Descriptor instead.
func (*EvmDebugResp) GetDebugStatus ¶
func (x *EvmDebugResp) GetDebugStatus() string
func (*EvmDebugResp) ProtoMessage ¶
func (*EvmDebugResp) ProtoMessage()
func (*EvmDebugResp) ProtoReflect ¶
func (x *EvmDebugResp) ProtoReflect() protoreflect.Message
func (*EvmDebugResp) Reset ¶
func (x *EvmDebugResp) Reset()
func (*EvmDebugResp) String ¶
func (x *EvmDebugResp) String() string
type EvmGetNonceReq ¶
type EvmGetNonceReq struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*EvmGetNonceReq) Descriptor
deprecated
func (*EvmGetNonceReq) Descriptor() ([]byte, []int)
Deprecated: Use EvmGetNonceReq.ProtoReflect.Descriptor instead.
func (*EvmGetNonceReq) GetAddress ¶
func (x *EvmGetNonceReq) GetAddress() string
func (*EvmGetNonceReq) ProtoMessage ¶
func (*EvmGetNonceReq) ProtoMessage()
func (*EvmGetNonceReq) ProtoReflect ¶
func (x *EvmGetNonceReq) ProtoReflect() protoreflect.Message
func (*EvmGetNonceReq) Reset ¶
func (x *EvmGetNonceReq) Reset()
func (*EvmGetNonceReq) String ¶
func (x *EvmGetNonceReq) String() string
type EvmGetNonceRespose ¶
type EvmGetNonceRespose struct { Nonce int64 `protobuf:"varint,1,opt,name=nonce,proto3" json:"nonce,omitempty"` // contains filtered or unexported fields }
func (*EvmGetNonceRespose) Descriptor
deprecated
func (*EvmGetNonceRespose) Descriptor() ([]byte, []int)
Deprecated: Use EvmGetNonceRespose.ProtoReflect.Descriptor instead.
func (*EvmGetNonceRespose) GetNonce ¶
func (x *EvmGetNonceRespose) GetNonce() int64
func (*EvmGetNonceRespose) ProtoMessage ¶
func (*EvmGetNonceRespose) ProtoMessage()
func (*EvmGetNonceRespose) ProtoReflect ¶
func (x *EvmGetNonceRespose) ProtoReflect() protoreflect.Message
func (*EvmGetNonceRespose) Reset ¶
func (x *EvmGetNonceRespose) Reset()
func (*EvmGetNonceRespose) String ¶
func (x *EvmGetNonceRespose) String() string
type EvmGetPackDataReq ¶
type EvmGetPackDataReq struct { Abi string `protobuf:"bytes,1,opt,name=abi,proto3" json:"abi,omitempty"` Parameter string `protobuf:"bytes,2,opt,name=parameter,proto3" json:"parameter,omitempty"` // contains filtered or unexported fields }
func (*EvmGetPackDataReq) Descriptor
deprecated
func (*EvmGetPackDataReq) Descriptor() ([]byte, []int)
Deprecated: Use EvmGetPackDataReq.ProtoReflect.Descriptor instead.
func (*EvmGetPackDataReq) GetAbi ¶
func (x *EvmGetPackDataReq) GetAbi() string
func (*EvmGetPackDataReq) GetParameter ¶
func (x *EvmGetPackDataReq) GetParameter() string
func (*EvmGetPackDataReq) ProtoMessage ¶
func (*EvmGetPackDataReq) ProtoMessage()
func (*EvmGetPackDataReq) ProtoReflect ¶
func (x *EvmGetPackDataReq) ProtoReflect() protoreflect.Message
func (*EvmGetPackDataReq) Reset ¶
func (x *EvmGetPackDataReq) Reset()
func (*EvmGetPackDataReq) String ¶
func (x *EvmGetPackDataReq) String() string
type EvmGetPackDataRespose ¶
type EvmGetPackDataRespose struct { PackData string `protobuf:"bytes,1,opt,name=packData,proto3" json:"packData,omitempty"` // contains filtered or unexported fields }
func (*EvmGetPackDataRespose) Descriptor
deprecated
func (*EvmGetPackDataRespose) Descriptor() ([]byte, []int)
Deprecated: Use EvmGetPackDataRespose.ProtoReflect.Descriptor instead.
func (*EvmGetPackDataRespose) GetPackData ¶
func (x *EvmGetPackDataRespose) GetPackData() string
func (*EvmGetPackDataRespose) ProtoMessage ¶
func (*EvmGetPackDataRespose) ProtoMessage()
func (*EvmGetPackDataRespose) ProtoReflect ¶
func (x *EvmGetPackDataRespose) ProtoReflect() protoreflect.Message
func (*EvmGetPackDataRespose) Reset ¶
func (x *EvmGetPackDataRespose) Reset()
func (*EvmGetPackDataRespose) String ¶
func (x *EvmGetPackDataRespose) String() string
type EvmGetUnpackDataReq ¶
type EvmGetUnpackDataReq struct { Abi string `protobuf:"bytes,1,opt,name=abi,proto3" json:"abi,omitempty"` Parameter string `protobuf:"bytes,2,opt,name=parameter,proto3" json:"parameter,omitempty"` Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*EvmGetUnpackDataReq) Descriptor
deprecated
func (*EvmGetUnpackDataReq) Descriptor() ([]byte, []int)
Deprecated: Use EvmGetUnpackDataReq.ProtoReflect.Descriptor instead.
func (*EvmGetUnpackDataReq) GetAbi ¶
func (x *EvmGetUnpackDataReq) GetAbi() string
func (*EvmGetUnpackDataReq) GetData ¶
func (x *EvmGetUnpackDataReq) GetData() string
func (*EvmGetUnpackDataReq) GetParameter ¶
func (x *EvmGetUnpackDataReq) GetParameter() string
func (*EvmGetUnpackDataReq) ProtoMessage ¶
func (*EvmGetUnpackDataReq) ProtoMessage()
func (*EvmGetUnpackDataReq) ProtoReflect ¶
func (x *EvmGetUnpackDataReq) ProtoReflect() protoreflect.Message
func (*EvmGetUnpackDataReq) Reset ¶
func (x *EvmGetUnpackDataReq) Reset()
func (*EvmGetUnpackDataReq) String ¶
func (x *EvmGetUnpackDataReq) String() string
type EvmGetUnpackDataRespose ¶
type EvmGetUnpackDataRespose struct { UnpackData []string `protobuf:"bytes,1,rep,name=unpackData,proto3" json:"unpackData,omitempty"` // contains filtered or unexported fields }
func (*EvmGetUnpackDataRespose) Descriptor
deprecated
func (*EvmGetUnpackDataRespose) Descriptor() ([]byte, []int)
Deprecated: Use EvmGetUnpackDataRespose.ProtoReflect.Descriptor instead.
func (*EvmGetUnpackDataRespose) GetUnpackData ¶
func (x *EvmGetUnpackDataRespose) GetUnpackData() []string
func (*EvmGetUnpackDataRespose) ProtoMessage ¶
func (*EvmGetUnpackDataRespose) ProtoMessage()
func (*EvmGetUnpackDataRespose) ProtoReflect ¶
func (x *EvmGetUnpackDataRespose) ProtoReflect() protoreflect.Message
func (*EvmGetUnpackDataRespose) Reset ¶
func (x *EvmGetUnpackDataRespose) Reset()
func (*EvmGetUnpackDataRespose) String ¶
func (x *EvmGetUnpackDataRespose) String() string
type EvmQueryAbiReq ¶
type EvmQueryAbiReq struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*EvmQueryAbiReq) Descriptor
deprecated
func (*EvmQueryAbiReq) Descriptor() ([]byte, []int)
Deprecated: Use EvmQueryAbiReq.ProtoReflect.Descriptor instead.
func (*EvmQueryAbiReq) GetAddress ¶
func (x *EvmQueryAbiReq) GetAddress() string
func (*EvmQueryAbiReq) ProtoMessage ¶
func (*EvmQueryAbiReq) ProtoMessage()
func (*EvmQueryAbiReq) ProtoReflect ¶
func (x *EvmQueryAbiReq) ProtoReflect() protoreflect.Message
func (*EvmQueryAbiReq) Reset ¶
func (x *EvmQueryAbiReq) Reset()
func (*EvmQueryAbiReq) String ¶
func (x *EvmQueryAbiReq) String() string
type EvmQueryAbiResp ¶
type EvmQueryAbiResp struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Abi string `protobuf:"bytes,2,opt,name=abi,proto3" json:"abi,omitempty"` // contains filtered or unexported fields }
func (*EvmQueryAbiResp) Descriptor
deprecated
func (*EvmQueryAbiResp) Descriptor() ([]byte, []int)
Deprecated: Use EvmQueryAbiResp.ProtoReflect.Descriptor instead.
func (*EvmQueryAbiResp) GetAbi ¶
func (x *EvmQueryAbiResp) GetAbi() string
func (*EvmQueryAbiResp) GetAddress ¶
func (x *EvmQueryAbiResp) GetAddress() string
func (*EvmQueryAbiResp) ProtoMessage ¶
func (*EvmQueryAbiResp) ProtoMessage()
func (*EvmQueryAbiResp) ProtoReflect ¶
func (x *EvmQueryAbiResp) ProtoReflect() protoreflect.Message
func (*EvmQueryAbiResp) Reset ¶
func (x *EvmQueryAbiResp) Reset()
func (*EvmQueryAbiResp) String ¶
func (x *EvmQueryAbiResp) String() string
type EvmQueryReq ¶
type EvmQueryReq struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Input string `protobuf:"bytes,2,opt,name=input,proto3" json:"input,omitempty"` Caller string `protobuf:"bytes,3,opt,name=caller,proto3" json:"caller,omitempty"` // contains filtered or unexported fields }
func (*EvmQueryReq) Descriptor
deprecated
func (*EvmQueryReq) Descriptor() ([]byte, []int)
Deprecated: Use EvmQueryReq.ProtoReflect.Descriptor instead.
func (*EvmQueryReq) GetAddress ¶
func (x *EvmQueryReq) GetAddress() string
func (*EvmQueryReq) GetCaller ¶
func (x *EvmQueryReq) GetCaller() string
func (*EvmQueryReq) GetInput ¶
func (x *EvmQueryReq) GetInput() string
func (*EvmQueryReq) ProtoMessage ¶
func (*EvmQueryReq) ProtoMessage()
func (*EvmQueryReq) ProtoReflect ¶
func (x *EvmQueryReq) ProtoReflect() protoreflect.Message
func (*EvmQueryReq) Reset ¶
func (x *EvmQueryReq) Reset()
func (*EvmQueryReq) String ¶
func (x *EvmQueryReq) String() string
type EvmQueryResp ¶
type EvmQueryResp struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Input string `protobuf:"bytes,2,opt,name=input,proto3" json:"input,omitempty"` Caller string `protobuf:"bytes,3,opt,name=caller,proto3" json:"caller,omitempty"` RawData string `protobuf:"bytes,4,opt,name=rawData,proto3" json:"rawData,omitempty"` JsonData string `protobuf:"bytes,5,opt,name=jsonData,proto3" json:"jsonData,omitempty"` // contains filtered or unexported fields }
func (*EvmQueryResp) Descriptor
deprecated
func (*EvmQueryResp) Descriptor() ([]byte, []int)
Deprecated: Use EvmQueryResp.ProtoReflect.Descriptor instead.
func (*EvmQueryResp) GetAddress ¶
func (x *EvmQueryResp) GetAddress() string
func (*EvmQueryResp) GetCaller ¶
func (x *EvmQueryResp) GetCaller() string
func (*EvmQueryResp) GetInput ¶
func (x *EvmQueryResp) GetInput() string
func (*EvmQueryResp) GetJsonData ¶
func (x *EvmQueryResp) GetJsonData() string
func (*EvmQueryResp) GetRawData ¶
func (x *EvmQueryResp) GetRawData() string
func (*EvmQueryResp) ProtoMessage ¶
func (*EvmQueryResp) ProtoMessage()
func (*EvmQueryResp) ProtoReflect ¶
func (x *EvmQueryResp) ProtoReflect() protoreflect.Message
func (*EvmQueryResp) Reset ¶
func (x *EvmQueryResp) Reset()
func (*EvmQueryResp) String ¶
func (x *EvmQueryResp) String() string
type EvmTransferOnlyReq ¶
type EvmTransferOnlyReq struct { To string `protobuf:"bytes,1,opt,name=to,proto3" json:"to,omitempty"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` ParaName string `protobuf:"bytes,3,opt,name=paraName,proto3" json:"paraName,omitempty"` Note string `protobuf:"bytes,4,opt,name=note,proto3" json:"note,omitempty"` // contains filtered or unexported fields }
func (*EvmTransferOnlyReq) Descriptor
deprecated
func (*EvmTransferOnlyReq) Descriptor() ([]byte, []int)
Deprecated: Use EvmTransferOnlyReq.ProtoReflect.Descriptor instead.
func (*EvmTransferOnlyReq) GetAmount ¶
func (x *EvmTransferOnlyReq) GetAmount() int64
func (*EvmTransferOnlyReq) GetNote ¶
func (x *EvmTransferOnlyReq) GetNote() string
func (*EvmTransferOnlyReq) GetParaName ¶
func (x *EvmTransferOnlyReq) GetParaName() string
func (*EvmTransferOnlyReq) GetTo ¶
func (x *EvmTransferOnlyReq) GetTo() string
func (*EvmTransferOnlyReq) ProtoMessage ¶
func (*EvmTransferOnlyReq) ProtoMessage()
func (*EvmTransferOnlyReq) ProtoReflect ¶
func (x *EvmTransferOnlyReq) ProtoReflect() protoreflect.Message
func (*EvmTransferOnlyReq) Reset ¶
func (x *EvmTransferOnlyReq) Reset()
func (*EvmTransferOnlyReq) String ¶
func (x *EvmTransferOnlyReq) String() string
type ExecConfig ¶
type ExecConfig struct { Exec string `protobuf:"bytes,1,opt,name=exec,proto3" json:"exec,omitempty"` All []string `protobuf:"bytes,2,rep,name=all,proto3" json:"all,omitempty"` Generate []string `protobuf:"bytes,3,rep,name=generate,proto3" json:"generate,omitempty"` // contains filtered or unexported fields }
func (*ExecConfig) Descriptor
deprecated
func (*ExecConfig) Descriptor() ([]byte, []int)
Deprecated: Use ExecConfig.ProtoReflect.Descriptor instead.
func (*ExecConfig) GetAll ¶
func (x *ExecConfig) GetAll() []string
func (*ExecConfig) GetExec ¶
func (x *ExecConfig) GetExec() string
func (*ExecConfig) GetGenerate ¶
func (x *ExecConfig) GetGenerate() []string
func (*ExecConfig) ProtoMessage ¶
func (*ExecConfig) ProtoMessage()
func (*ExecConfig) ProtoReflect ¶
func (x *ExecConfig) ProtoReflect() protoreflect.Message
func (*ExecConfig) Reset ¶
func (x *ExecConfig) Reset()
func (*ExecConfig) String ¶
func (x *ExecConfig) String() string
type JRPCConfig ¶
type JRPCConfig struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` Chain []*Chain `protobuf:"bytes,2,rep,name=chain,proto3" json:"chain,omitempty"` WhiteList []string `protobuf:"bytes,3,rep,name=whiteList,proto3" json:"whiteList,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` SwaggerHost string `protobuf:"bytes,5,opt,name=swaggerHost,proto3" json:"swaggerHost,omitempty"` // contains filtered or unexported fields }
func (*JRPCConfig) Descriptor
deprecated
func (*JRPCConfig) Descriptor() ([]byte, []int)
Deprecated: Use JRPCConfig.ProtoReflect.Descriptor instead.
func (*JRPCConfig) GetChain ¶
func (x *JRPCConfig) GetChain() []*Chain
func (*JRPCConfig) GetHost ¶
func (x *JRPCConfig) GetHost() string
func (*JRPCConfig) GetName ¶
func (x *JRPCConfig) GetName() string
func (*JRPCConfig) GetSwaggerHost ¶
func (x *JRPCConfig) GetSwaggerHost() string
func (*JRPCConfig) GetWhiteList ¶
func (x *JRPCConfig) GetWhiteList() []string
func (*JRPCConfig) ProtoMessage ¶
func (*JRPCConfig) ProtoMessage()
func (*JRPCConfig) ProtoReflect ¶
func (x *JRPCConfig) ProtoReflect() protoreflect.Message
func (*JRPCConfig) Reset ¶
func (x *JRPCConfig) Reset()
func (*JRPCConfig) String ¶
func (x *JRPCConfig) String() string
type Kafka ¶
type Kafka struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` Group string `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"` Topic string `protobuf:"bytes,3,opt,name=topic,proto3" json:"topic,omitempty"` // contains filtered or unexported fields }
func (*Kafka) Descriptor
deprecated
func (*Kafka) ProtoMessage ¶
func (*Kafka) ProtoMessage()
func (*Kafka) ProtoReflect ¶
func (x *Kafka) ProtoReflect() protoreflect.Message
type PushSubscribeReq ¶
type PushSubscribeReq struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` URL string `protobuf:"bytes,2,opt,name=URL,proto3" json:"URL,omitempty"` Encode string `protobuf:"bytes,3,opt,name=encode,proto3" json:"encode,omitempty"` LastSequence int64 `protobuf:"varint,4,opt,name=lastSequence,proto3" json:"lastSequence,omitempty"` LastHeight int64 `protobuf:"varint,5,opt,name=lastHeight,proto3" json:"lastHeight,omitempty"` LastBlockHash string `protobuf:"bytes,6,opt,name=lastBlockHash,proto3" json:"lastBlockHash,omitempty"` // 0:代表区块;1:代表区块头信息;2:代表交易回执 Type int32 `protobuf:"varint,7,opt,name=type,proto3" json:"type,omitempty"` //允许订阅多个类型的交易回执 Contract map[string]bool `` /* 158-byte string literal not displayed */ // contains filtered or unexported fields }
push v2, register request
func (*PushSubscribeReq) Descriptor
deprecated
func (*PushSubscribeReq) Descriptor() ([]byte, []int)
Deprecated: Use PushSubscribeReq.ProtoReflect.Descriptor instead.
func (*PushSubscribeReq) GetContract ¶
func (x *PushSubscribeReq) GetContract() map[string]bool
func (*PushSubscribeReq) GetEncode ¶
func (x *PushSubscribeReq) GetEncode() string
func (*PushSubscribeReq) GetLastBlockHash ¶
func (x *PushSubscribeReq) GetLastBlockHash() string
func (*PushSubscribeReq) GetLastHeight ¶
func (x *PushSubscribeReq) GetLastHeight() int64
func (*PushSubscribeReq) GetLastSequence ¶
func (x *PushSubscribeReq) GetLastSequence() int64
func (*PushSubscribeReq) GetName ¶
func (x *PushSubscribeReq) GetName() string
func (*PushSubscribeReq) GetType ¶
func (x *PushSubscribeReq) GetType() int32
func (*PushSubscribeReq) GetURL ¶
func (x *PushSubscribeReq) GetURL() string
func (*PushSubscribeReq) ProtoMessage ¶
func (*PushSubscribeReq) ProtoMessage()
func (*PushSubscribeReq) ProtoReflect ¶
func (x *PushSubscribeReq) ProtoReflect() protoreflect.Message
func (*PushSubscribeReq) Reset ¶
func (x *PushSubscribeReq) Reset()
func (*PushSubscribeReq) String ¶
func (x *PushSubscribeReq) String() string
type RPC ¶
type RPC struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` WhiteList []string `protobuf:"bytes,2,rep,name=whiteList,proto3" json:"whiteList,omitempty"` SwaggerHost string `protobuf:"bytes,3,opt,name=swaggerHost,proto3" json:"swaggerHost,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` TriggerCount float64 `protobuf:"fixed64,5,opt,name=triggerCount,proto3" json:"triggerCount,omitempty"` EnableSwagger bool `protobuf:"varint,6,opt,name=enableSwagger,proto3" json:"enableSwagger,omitempty"` JrpcHost string `protobuf:"bytes,7,opt,name=jrpcHost,proto3" json:"jrpcHost,omitempty"` JrpcName string `protobuf:"bytes,8,opt,name=jrpcName,proto3" json:"jrpcName,omitempty"` // contains filtered or unexported fields }
func (*RPC) Descriptor
deprecated
func (*RPC) GetEnableSwagger ¶
func (*RPC) GetJrpcHost ¶
func (*RPC) GetJrpcName ¶
func (*RPC) GetSwaggerHost ¶
func (*RPC) GetTriggerCount ¶
func (*RPC) GetWhiteList ¶
func (*RPC) ProtoMessage ¶
func (*RPC) ProtoMessage()
func (*RPC) ProtoReflect ¶
func (x *RPC) ProtoReflect() protoreflect.Message
type ReceiptEVMContract ¶
type ReceiptEVMContract struct { Caller string `protobuf:"bytes,1,opt,name=caller,proto3" json:"caller,omitempty"` ContractName string `protobuf:"bytes,2,opt,name=contractName,proto3" json:"contractName,omitempty"` ContractAddr string `protobuf:"bytes,3,opt,name=contractAddr,proto3" json:"contractAddr,omitempty"` UsedGas uint64 `protobuf:"varint,4,opt,name=usedGas,proto3" json:"usedGas,omitempty"` // 创建合约返回的代码 Ret []byte `protobuf:"bytes,5,opt,name=ret,proto3" json:"ret,omitempty"` // json格式化后的返回值 JsonRet string `protobuf:"bytes,6,opt,name=jsonRet,proto3" json:"jsonRet,omitempty"` // contains filtered or unexported fields }
合约创建/调用日志
func (*ReceiptEVMContract) Descriptor
deprecated
func (*ReceiptEVMContract) Descriptor() ([]byte, []int)
Deprecated: Use ReceiptEVMContract.ProtoReflect.Descriptor instead.
func (*ReceiptEVMContract) GetCaller ¶
func (x *ReceiptEVMContract) GetCaller() string
func (*ReceiptEVMContract) GetContractAddr ¶
func (x *ReceiptEVMContract) GetContractAddr() string
func (*ReceiptEVMContract) GetContractName ¶
func (x *ReceiptEVMContract) GetContractName() string
func (*ReceiptEVMContract) GetJsonRet ¶
func (x *ReceiptEVMContract) GetJsonRet() string
func (*ReceiptEVMContract) GetRet ¶
func (x *ReceiptEVMContract) GetRet() []byte
func (*ReceiptEVMContract) GetUsedGas ¶
func (x *ReceiptEVMContract) GetUsedGas() uint64
func (*ReceiptEVMContract) ProtoMessage ¶
func (*ReceiptEVMContract) ProtoMessage()
func (*ReceiptEVMContract) ProtoReflect ¶
func (x *ReceiptEVMContract) ProtoReflect() protoreflect.Message
func (*ReceiptEVMContract) Reset ¶
func (x *ReceiptEVMContract) Reset()
func (*ReceiptEVMContract) String ¶
func (x *ReceiptEVMContract) String() string
type ReceiptEVMContractCmd ¶
type ReceiptEVMContractCmd struct { Caller string `protobuf:"bytes,1,opt,name=caller,proto3" json:"caller,omitempty"` // 合约创建时才会返回此内容 ContractName string `protobuf:"bytes,2,opt,name=contractName,proto3" json:"contractName,omitempty"` ContractAddr string `protobuf:"bytes,3,opt,name=contractAddr,proto3" json:"contractAddr,omitempty"` UsedGas uint64 `protobuf:"varint,4,opt,name=usedGas,proto3" json:"usedGas,omitempty"` // 创建合约返回的代码 Ret string `protobuf:"bytes,5,opt,name=ret,proto3" json:"ret,omitempty"` // contains filtered or unexported fields }
合约创建/调用日志
func (*ReceiptEVMContractCmd) Descriptor
deprecated
func (*ReceiptEVMContractCmd) Descriptor() ([]byte, []int)
Deprecated: Use ReceiptEVMContractCmd.ProtoReflect.Descriptor instead.
func (*ReceiptEVMContractCmd) GetCaller ¶
func (x *ReceiptEVMContractCmd) GetCaller() string
func (*ReceiptEVMContractCmd) GetContractAddr ¶
func (x *ReceiptEVMContractCmd) GetContractAddr() string
func (*ReceiptEVMContractCmd) GetContractName ¶
func (x *ReceiptEVMContractCmd) GetContractName() string
func (*ReceiptEVMContractCmd) GetRet ¶
func (x *ReceiptEVMContractCmd) GetRet() string
func (*ReceiptEVMContractCmd) GetUsedGas ¶
func (x *ReceiptEVMContractCmd) GetUsedGas() uint64
func (*ReceiptEVMContractCmd) ProtoMessage ¶
func (*ReceiptEVMContractCmd) ProtoMessage()
func (*ReceiptEVMContractCmd) ProtoReflect ¶
func (x *ReceiptEVMContractCmd) ProtoReflect() protoreflect.Message
func (*ReceiptEVMContractCmd) Reset ¶
func (x *ReceiptEVMContractCmd) Reset()
func (*ReceiptEVMContractCmd) String ¶
func (x *ReceiptEVMContractCmd) String() string
type ReplySubscribePushV2 ¶
type ReplySubscribePushV2 struct { IsOk bool `protobuf:"varint,1,opt,name=isOk,proto3" json:"isOk,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` // contains filtered or unexported fields }
push v2, register responce
func (*ReplySubscribePushV2) Descriptor
deprecated
func (*ReplySubscribePushV2) Descriptor() ([]byte, []int)
Deprecated: Use ReplySubscribePushV2.ProtoReflect.Descriptor instead.
func (*ReplySubscribePushV2) GetIsOk ¶
func (x *ReplySubscribePushV2) GetIsOk() bool
func (*ReplySubscribePushV2) GetMsg ¶
func (x *ReplySubscribePushV2) GetMsg() string
func (*ReplySubscribePushV2) ProtoMessage ¶
func (*ReplySubscribePushV2) ProtoMessage()
func (*ReplySubscribePushV2) ProtoReflect ¶
func (x *ReplySubscribePushV2) ProtoReflect() protoreflect.Message
func (*ReplySubscribePushV2) Reset ¶
func (x *ReplySubscribePushV2) Reset()
func (*ReplySubscribePushV2) String ¶
func (x *ReplySubscribePushV2) String() string
type StatConfig ¶
type StatConfig struct { Stat string `protobuf:"bytes,1,opt,name=stat,proto3" json:"stat,omitempty"` // contains filtered or unexported fields }
func (*StatConfig) Descriptor
deprecated
func (*StatConfig) Descriptor() ([]byte, []int)
Deprecated: Use StatConfig.ProtoReflect.Descriptor instead.
func (*StatConfig) GetStat ¶
func (x *StatConfig) GetStat() string
func (*StatConfig) ProtoMessage ¶
func (*StatConfig) ProtoMessage()
func (*StatConfig) ProtoReflect ¶
func (x *StatConfig) ProtoReflect() protoreflect.Message
func (*StatConfig) Reset ¶
func (x *StatConfig) Reset()
func (*StatConfig) String ¶
func (x *StatConfig) String() string
type Sync ¶
type Sync struct { Name string `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"` // pushBind 和 host 不一样, 在于云上, 外网ip 不可以bind PushHost string `protobuf:"bytes,1,opt,name=pushHost,proto3" json:"pushHost,omitempty"` // 外网ip PushName string `protobuf:"bytes,2,opt,name=pushName,proto3" json:"pushName,omitempty"` PushBind string `protobuf:"bytes,3,opt,name=pushBind,proto3" json:"pushBind,omitempty"` // 本地 // 同步开始位置, 如果收到之前的, 忽略. (老版本的chain33, 会从0开始同步, // 不能指定开始) StartSeq int64 `protobuf:"varint,4,opt,name=startSeq,proto3" json:"startSeq,omitempty"` StartHeight int64 `protobuf:"varint,5,opt,name=startHeight,proto3" json:"startHeight,omitempty"` StartBlockHash string `protobuf:"bytes,6,opt,name=startBlockHash,proto3" json:"startBlockHash,omitempty"` // 指定推送格式, PushFormat string `protobuf:"bytes,11,opt,name=pushFormat,proto3" json:"pushFormat,omitempty"` // contains filtered or unexported fields }
func (*Sync) Descriptor
deprecated
func (*Sync) GetPushBind ¶
func (*Sync) GetPushFormat ¶
func (*Sync) GetPushHost ¶
func (*Sync) GetPushName ¶
func (*Sync) GetStartBlockHash ¶
func (*Sync) GetStartHeight ¶
func (*Sync) GetStartSeq ¶
func (*Sync) ProtoMessage ¶
func (*Sync) ProtoMessage()
func (*Sync) ProtoReflect ¶
func (x *Sync) ProtoReflect() protoreflect.Message
type TransactionConfig ¶
type TransactionConfig struct { EsHostRead string `protobuf:"bytes,1,opt,name=esHostRead,proto3" json:"esHostRead,omitempty"` EsHostWrite string `protobuf:"bytes,2,opt,name=esHostWrite,proto3" json:"esHostWrite,omitempty"` ExecAddresses []string `protobuf:"bytes,5,rep,name=execAddresses,proto3" json:"execAddresses,omitempty"` Para string `protobuf:"bytes,6,opt,name=para,proto3" json:"para,omitempty"` Prefix string `protobuf:"bytes,7,opt,name=prefix,proto3" json:"prefix,omitempty"` PrefixWrite string `protobuf:"bytes,8,opt,name=prefixWrite,proto3" json:"prefixWrite,omitempty"` StartSeq int64 `protobuf:"varint,9,opt,name=startSeq,proto3" json:"startSeq,omitempty"` // contains filtered or unexported fields }
func (*TransactionConfig) Descriptor
deprecated
func (*TransactionConfig) Descriptor() ([]byte, []int)
Deprecated: Use TransactionConfig.ProtoReflect.Descriptor instead.
func (*TransactionConfig) GetEsHostRead ¶
func (x *TransactionConfig) GetEsHostRead() string
func (*TransactionConfig) GetEsHostWrite ¶
func (x *TransactionConfig) GetEsHostWrite() string
func (*TransactionConfig) GetExecAddresses ¶
func (x *TransactionConfig) GetExecAddresses() []string
func (*TransactionConfig) GetPara ¶
func (x *TransactionConfig) GetPara() string
func (*TransactionConfig) GetPrefix ¶
func (x *TransactionConfig) GetPrefix() string
func (*TransactionConfig) GetPrefixWrite ¶
func (x *TransactionConfig) GetPrefixWrite() string
func (*TransactionConfig) GetStartSeq ¶
func (x *TransactionConfig) GetStartSeq() int64
func (*TransactionConfig) ProtoMessage ¶
func (*TransactionConfig) ProtoMessage()
func (*TransactionConfig) ProtoReflect ¶
func (x *TransactionConfig) ProtoReflect() protoreflect.Message
func (*TransactionConfig) Reset ¶
func (x *TransactionConfig) Reset()
func (*TransactionConfig) String ¶
func (x *TransactionConfig) String() string