proto

package
v1.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_convert_proto protoreflect.FileDescriptor
View Source
var File_exdbconfig_proto protoreflect.FileDescriptor
View Source
var File_exdbevmcontract_proto protoreflect.FileDescriptor
View Source
var File_exdbtransaction_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) Descriptor() ([]byte, []int)

Deprecated: Use AppConfig.ProtoReflect.Descriptor instead.

func (*AppConfig) GetAppName

func (x *AppConfig) GetAppName() string

func (*AppConfig) GetData

func (x *AppConfig) GetData() []*ExecConfig

func (*AppConfig) GetDealOtherChain

func (x *AppConfig) GetDealOtherChain() bool

func (*AppConfig) GetDefaultExec

func (x *AppConfig) GetDefaultExec() string

func (*AppConfig) GetEsHostRead

func (x *AppConfig) GetEsHostRead() string

func (*AppConfig) GetEsHostWrite

func (x *AppConfig) GetEsHostWrite() string

func (*AppConfig) GetExecAddresses

func (x *AppConfig) GetExecAddresses() []string

func (*AppConfig) GetPara

func (x *AppConfig) GetPara() string

func (*AppConfig) GetPrefix

func (x *AppConfig) GetPrefix() string

func (*AppConfig) GetPrefixWrite

func (x *AppConfig) GetPrefixWrite() string

func (*AppConfig) GetStartSeq

func (x *AppConfig) GetStartSeq() int64

func (*AppConfig) GetStat

func (x *AppConfig) GetStat() []*StatConfig

func (*AppConfig) GetSymbol

func (x *AppConfig) GetSymbol() string

func (*AppConfig) ProtoMessage

func (*AppConfig) ProtoMessage()

func (*AppConfig) ProtoReflect

func (x *AppConfig) ProtoReflect() protoreflect.Message

func (*AppConfig) Reset

func (x *AppConfig) Reset()

func (*AppConfig) String

func (x *AppConfig) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Chain.ProtoReflect.Descriptor instead.

func (*Chain) GetAppName

func (x *Chain) GetAppName() string

func (*Chain) GetEsHost

func (x *Chain) GetEsHost() string

func (*Chain) GetPrefix

func (x *Chain) GetPrefix() string

func (*Chain) GetSymbol

func (x *Chain) GetSymbol() string

func (*Chain) GetTitle

func (x *Chain) GetTitle() string

func (*Chain) ProtoMessage

func (*Chain) ProtoMessage()

func (*Chain) ProtoReflect

func (x *Chain) ProtoReflect() protoreflect.Message

func (*Chain) Reset

func (x *Chain) Reset()

func (*Chain) String

func (x *Chain) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Chain33.ProtoReflect.Descriptor instead.

func (*Chain33) GetCoinPrecision

func (x *Chain33) GetCoinPrecision() float64

func (*Chain33) GetGrpcHost

func (x *Chain33) GetGrpcHost() string

func (*Chain33) GetHost

func (x *Chain33) GetHost() string

func (*Chain33) GetOtherChainGenesis

func (x *Chain33) GetOtherChainGenesis() int64

func (*Chain33) GetPerBlockCoin

func (x *Chain33) GetPerBlockCoin() int64

func (*Chain33) GetPerTicketReward

func (x *Chain33) GetPerTicketReward() float64

func (*Chain33) GetRollbackSeq

func (x *Chain33) GetRollbackSeq() []int64

func (*Chain33) GetSymbol

func (x *Chain33) GetSymbol() string

func (*Chain33) GetTitle

func (x *Chain33) GetTitle() string

func (*Chain33) ProtoMessage

func (*Chain33) ProtoMessage()

func (*Chain33) ProtoReflect

func (x *Chain33) ProtoReflect() protoreflect.Message

func (*Chain33) Reset

func (x *Chain33) Reset()

func (*Chain33) String

func (x *Chain33) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetChain33Host

func (x *Config) GetChain33Host() string

func (*Config) GetEsHost

func (x *Config) GetEsHost() string

func (*Config) GetExecAddresses

func (x *Config) GetExecAddresses() []string

func (*Config) GetMqHost

func (x *Config) GetMqHost() string

func (*Config) GetName

func (x *Config) GetName() string

func (*Config) GetPara

func (x *Config) GetPara() string

func (*Config) GetPrefix

func (x *Config) GetPrefix() string

func (*Config) GetPushBind

func (x *Config) GetPushBind() string

func (*Config) GetPushFormat

func (x *Config) GetPushFormat() string

func (*Config) GetPushHost

func (x *Config) GetPushHost() string

func (*Config) GetPushName

func (x *Config) GetPushName() string

func (*Config) GetStartSeq

func (x *Config) GetStartSeq() int64

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) ProtoReflect

func (x *Config) ProtoReflect() protoreflect.Message

func (*Config) Reset

func (x *Config) Reset()

func (*Config) String

func (x *Config) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use ConfigNew.ProtoReflect.Descriptor instead.

func (*ConfigNew) GetChain

func (x *ConfigNew) GetChain() *Chain33

func (*ConfigNew) GetContracts

func (x *ConfigNew) GetContracts() []*Contract

func (*ConfigNew) GetConvert

func (x *ConfigNew) GetConvert() *Convert

func (*ConfigNew) GetConvertEs

func (x *ConfigNew) GetConvertEs() *ESDB

func (*ConfigNew) GetDbtype

func (x *ConfigNew) GetDbtype() string

func (*ConfigNew) GetEsIndex

func (x *ConfigNew) GetEsIndex() *ESIndex

func (*ConfigNew) GetEsVersion

func (x *ConfigNew) GetEsVersion() int32

func (*ConfigNew) GetKafka

func (x *ConfigNew) GetKafka() *Kafka

func (*ConfigNew) GetManagerAddress

func (x *ConfigNew) GetManagerAddress() []string

func (*ConfigNew) GetRpc

func (x *ConfigNew) GetRpc() *RPC

func (*ConfigNew) GetSync

func (x *ConfigNew) GetSync() *Sync

func (*ConfigNew) GetSyncEs

func (x *ConfigNew) GetSyncEs() *ESDB

func (*ConfigNew) ProtoMessage

func (*ConfigNew) ProtoMessage()

func (*ConfigNew) ProtoReflect

func (x *ConfigNew) ProtoReflect() protoreflect.Message

func (*ConfigNew) Reset

func (x *ConfigNew) Reset()

func (*ConfigNew) String

func (x *ConfigNew) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Contract.ProtoReflect.Descriptor instead.

func (*Contract) GetAbi

func (x *Contract) GetAbi() string

func (*Contract) GetBin

func (x *Contract) GetBin() string

func (*Contract) GetType

func (x *Contract) GetType() string

func (*Contract) ProtoMessage

func (*Contract) ProtoMessage()

func (*Contract) ProtoReflect

func (x *Contract) ProtoReflect() protoreflect.Message

func (*Contract) Reset

func (x *Contract) Reset()

func (*Contract) String

func (x *Contract) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Convert.ProtoReflect.Descriptor instead.

func (*Convert) GetAddressDriver

func (x *Convert) GetAddressDriver() string

func (*Convert) GetAppName

func (x *Convert) GetAppName() string

func (*Convert) GetData

func (x *Convert) GetData() []*ExecConfig

func (*Convert) GetDealOtherChain

func (x *Convert) GetDealOtherChain() bool

func (*Convert) GetDefaultExec

func (x *Convert) GetDefaultExec() string

func (*Convert) GetExecAddresses

func (x *Convert) GetExecAddresses() []string

func (*Convert) GetOpenAccessControl

func (x *Convert) GetOpenAccessControl() bool

func (*Convert) GetSaveBlockInfo

func (x *Convert) GetSaveBlockInfo() bool

func (*Convert) GetStartSeq

func (x *Convert) GetStartSeq() int64

func (*Convert) GetStat

func (x *Convert) GetStat() []*StatConfig

func (*Convert) ProtoMessage

func (*Convert) ProtoMessage()

func (*Convert) ProtoReflect

func (x *Convert) ProtoReflect() protoreflect.Message

func (*Convert) Reset

func (x *Convert) Reset()

func (*Convert) String

func (x *Convert) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use ESDB.ProtoReflect.Descriptor instead.

func (*ESDB) GetBulk

func (x *ESDB) GetBulk() bool

func (*ESDB) GetHost

func (x *ESDB) GetHost() string

func (*ESDB) GetPrefix

func (x *ESDB) GetPrefix() string

func (*ESDB) GetPwd

func (x *ESDB) GetPwd() string

func (*ESDB) GetUser

func (x *ESDB) GetUser() string

func (*ESDB) ProtoMessage

func (*ESDB) ProtoMessage()

func (*ESDB) ProtoReflect

func (x *ESDB) ProtoReflect() protoreflect.Message

func (*ESDB) Reset

func (x *ESDB) Reset()

func (*ESDB) String

func (x *ESDB) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use ESIndex.ProtoReflect.Descriptor instead.

func (*ESIndex) GetNumberOfReplicas

func (x *ESIndex) GetNumberOfReplicas() int32

func (*ESIndex) GetNumberOfShards

func (x *ESIndex) GetNumberOfShards() int32

func (*ESIndex) ProtoMessage

func (*ESIndex) ProtoMessage()

func (*ESIndex) ProtoReflect

func (x *ESIndex) ProtoReflect() protoreflect.Message

func (*ESIndex) Reset

func (x *ESIndex) Reset()

func (*ESIndex) String

func (x *ESIndex) String() string

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 (*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) Descriptor() ([]byte, []int)

Deprecated: Use Kafka.ProtoReflect.Descriptor instead.

func (*Kafka) GetGroup

func (x *Kafka) GetGroup() string

func (*Kafka) GetHost

func (x *Kafka) GetHost() string

func (*Kafka) GetTopic

func (x *Kafka) GetTopic() string

func (*Kafka) ProtoMessage

func (*Kafka) ProtoMessage()

func (*Kafka) ProtoReflect

func (x *Kafka) ProtoReflect() protoreflect.Message

func (*Kafka) Reset

func (x *Kafka) Reset()

func (*Kafka) String

func (x *Kafka) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use RPC.ProtoReflect.Descriptor instead.

func (*RPC) GetEnableSwagger

func (x *RPC) GetEnableSwagger() bool

func (*RPC) GetHost

func (x *RPC) GetHost() string

func (*RPC) GetJrpcHost

func (x *RPC) GetJrpcHost() string

func (*RPC) GetJrpcName

func (x *RPC) GetJrpcName() string

func (*RPC) GetName

func (x *RPC) GetName() string

func (*RPC) GetSwaggerHost

func (x *RPC) GetSwaggerHost() string

func (*RPC) GetTriggerCount

func (x *RPC) GetTriggerCount() float64

func (*RPC) GetWhiteList

func (x *RPC) GetWhiteList() []string

func (*RPC) ProtoMessage

func (*RPC) ProtoMessage()

func (*RPC) ProtoReflect

func (x *RPC) ProtoReflect() protoreflect.Message

func (*RPC) Reset

func (x *RPC) Reset()

func (*RPC) String

func (x *RPC) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Sync.ProtoReflect.Descriptor instead.

func (*Sync) GetName

func (x *Sync) GetName() string

func (*Sync) GetPushBind

func (x *Sync) GetPushBind() string

func (*Sync) GetPushFormat

func (x *Sync) GetPushFormat() string

func (*Sync) GetPushHost

func (x *Sync) GetPushHost() string

func (*Sync) GetPushName

func (x *Sync) GetPushName() string

func (*Sync) GetStartBlockHash

func (x *Sync) GetStartBlockHash() string

func (*Sync) GetStartHeight

func (x *Sync) GetStartHeight() int64

func (*Sync) GetStartSeq

func (x *Sync) GetStartSeq() int64

func (*Sync) ProtoMessage

func (*Sync) ProtoMessage()

func (*Sync) ProtoReflect

func (x *Sync) ProtoReflect() protoreflect.Message

func (*Sync) Reset

func (x *Sync) Reset()

func (*Sync) String

func (x *Sync) String() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL