types

package
v0.0.0-...-b770cea Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ChainBlockChainName    = "Chain-mainchain"
	EthereumBlockChainName = "Ethereum-mainchain"
	BinanceChainName       = "Binance"
	EthereumChainName      = "Ethereum"
	BTYAddrChain           = "1111111111111111111114oLvT2"
	NilAddrChain           = "1111111111111111111114oLvT2"
	EthNilAddr             = "0x0000000000000000000000000000000000000000"
	SYMBOL_BTY             = "BTY"
	Tx_Status_Pending      = "pending"
	Tx_Status_Success      = "Successful"
	Tx_Status_Failed       = "Failed"
	Source_Chain_Ethereum  = int32(0)
	Source_Chain_Chain     = int32(1)
	Invalid_Tx_Index       = int64(0)
	Invalid_ChainTx_Status = int32(-1)
)
View Source
const Version4Relayer = "0.1.4"

Version4Relayer ...

Variables

View Source
var (
	ErrInvalidEthContractAddress = errors.New("ErrInvalidEthContractAddress")
	ErrUnpack                    = errors.New("ErrUnpackResultWithABI")
	ErrPack                      = errors.New("ErrPackParamererWithABI")
	ErrEmptyAddress              = errors.New("ErrEmptyAddress")
	ErrAddress4Eth               = errors.New("symbol \"eth\" must have null address set as token address")
	ErrPublicKeyType             = errors.New("ErrPublicKeyType")
	ErrInvalidContractAddress    = errors.New("ErrInvalidTargetContractAddress")
	ErrNoValidatorConfigured     = errors.New("ErrNoValidatorConfigured")
	ErrMulSignNotDeployed        = errors.New("Contract multi-sign haven't been deployed yet")
	ErrGetTransactionHash        = errors.New("Failed to get tx hash from mulsign")
	ErrContractNotRegistered     = errors.New("contract not registered")
)
View Source
var DecimalsPrefix = map[uint8]int64{
	1:  1e1,
	2:  1e2,
	3:  1e3,
	4:  1e4,
	5:  1e5,
	6:  1e6,
	7:  1e7,
	8:  1e8,
	9:  1e9,
	10: 1e10,
	11: 1e11,
	12: 1e12,
	13: 1e13,
	14: 1e14,
	15: 1e15,
	16: 1e16,
	17: 1e17,
	18: 1e18,
}

Functions

This section is empty.

Types

type Account4Relayer

type Account4Relayer struct {
	Privkey              []byte   `protobuf:"bytes,1,opt,name=privkey,proto3" json:"privkey,omitempty"`
	Addr                 string   `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

以太坊账户信息

privkey : 账户地址对应的私钥
addr :账户地址

func (*Account4Relayer) Descriptor

func (*Account4Relayer) Descriptor() ([]byte, []int)

func (*Account4Relayer) GetAddr

func (m *Account4Relayer) GetAddr() string

func (*Account4Relayer) GetPrivkey

func (m *Account4Relayer) GetPrivkey() []byte

func (*Account4Relayer) ProtoMessage

func (*Account4Relayer) ProtoMessage()

func (*Account4Relayer) Reset

func (m *Account4Relayer) Reset()

func (*Account4Relayer) String

func (m *Account4Relayer) String() string

func (*Account4Relayer) XXX_DiscardUnknown

func (m *Account4Relayer) XXX_DiscardUnknown()

func (*Account4Relayer) XXX_Marshal

func (m *Account4Relayer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Account4Relayer) XXX_Merge

func (m *Account4Relayer) XXX_Merge(src proto.Message)

func (*Account4Relayer) XXX_Size

func (m *Account4Relayer) XXX_Size() int

func (*Account4Relayer) XXX_Unmarshal

func (m *Account4Relayer) XXX_Unmarshal(b []byte) error

type Account4Show

type Account4Show struct {
	Privkey              string   `protobuf:"bytes,1,opt,name=privkey,proto3" json:"privkey,omitempty"`
	Addr                 string   `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Account4Show) Descriptor

func (*Account4Show) Descriptor() ([]byte, []int)

func (*Account4Show) GetAddr

func (m *Account4Show) GetAddr() string

func (*Account4Show) GetPrivkey

func (m *Account4Show) GetPrivkey() string

func (*Account4Show) ProtoMessage

func (*Account4Show) ProtoMessage()

func (*Account4Show) Reset

func (m *Account4Show) Reset()

func (*Account4Show) String

func (m *Account4Show) String() string

func (*Account4Show) XXX_DiscardUnknown

func (m *Account4Show) XXX_DiscardUnknown()

func (*Account4Show) XXX_Marshal

func (m *Account4Show) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Account4Show) XXX_Merge

func (m *Account4Show) XXX_Merge(src proto.Message)

func (*Account4Show) XXX_Size

func (m *Account4Show) XXX_Size() int

func (*Account4Show) XXX_Unmarshal

func (m *Account4Show) XXX_Unmarshal(b []byte) error

type ApproveAllowance

type ApproveAllowance struct {
	OwnerKey             string   `protobuf:"bytes,1,opt,name=ownerKey,proto3" json:"ownerKey,omitempty"`
	TokenAddr            string   `protobuf:"bytes,2,opt,name=tokenAddr,proto3" json:"tokenAddr,omitempty"`
	Amount               string   `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	ChainName            string   `protobuf:"bytes,4,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApproveAllowance) Descriptor

func (*ApproveAllowance) Descriptor() ([]byte, []int)

func (*ApproveAllowance) GetAmount

func (m *ApproveAllowance) GetAmount() string

func (*ApproveAllowance) GetChainName

func (m *ApproveAllowance) GetChainName() string

func (*ApproveAllowance) GetOwnerKey

func (m *ApproveAllowance) GetOwnerKey() string

func (*ApproveAllowance) GetTokenAddr

func (m *ApproveAllowance) GetTokenAddr() string

func (*ApproveAllowance) ProtoMessage

func (*ApproveAllowance) ProtoMessage()

func (*ApproveAllowance) Reset

func (m *ApproveAllowance) Reset()

func (*ApproveAllowance) String

func (m *ApproveAllowance) String() string

func (*ApproveAllowance) XXX_DiscardUnknown

func (m *ApproveAllowance) XXX_DiscardUnknown()

func (*ApproveAllowance) XXX_Marshal

func (m *ApproveAllowance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApproveAllowance) XXX_Merge

func (m *ApproveAllowance) XXX_Merge(src proto.Message)

func (*ApproveAllowance) XXX_Size

func (m *ApproveAllowance) XXX_Size() int

func (*ApproveAllowance) XXX_Unmarshal

func (m *ApproveAllowance) XXX_Unmarshal(b []byte) error

type AssetType

type AssetType struct {
	Chain                string   `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
	IssueContract        string   `protobuf:"bytes,2,opt,name=issueContract,proto3" json:"issueContract,omitempty"`
	Symbol               string   `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AssetType) Descriptor

func (*AssetType) Descriptor() ([]byte, []int)

func (*AssetType) GetChain

func (m *AssetType) GetChain() string

func (*AssetType) GetIssueContract

func (m *AssetType) GetIssueContract() string

func (*AssetType) GetSymbol

func (m *AssetType) GetSymbol() string

func (*AssetType) ProtoMessage

func (*AssetType) ProtoMessage()

func (*AssetType) Reset

func (m *AssetType) Reset()

func (*AssetType) String

func (m *AssetType) String() string

func (*AssetType) XXX_DiscardUnknown

func (m *AssetType) XXX_DiscardUnknown()

func (*AssetType) XXX_Marshal

func (m *AssetType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AssetType) XXX_Merge

func (m *AssetType) XXX_Merge(src proto.Message)

func (*AssetType) XXX_Size

func (m *AssetType) XXX_Size() int

func (*AssetType) XXX_Unmarshal

func (m *AssetType) XXX_Unmarshal(b []byte) error

type BalanceAddr

type BalanceAddr struct {
	Owner                string   `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	TokenAddr            string   `protobuf:"bytes,2,opt,name=tokenAddr,proto3" json:"tokenAddr,omitempty"`
	ChainName            string   `protobuf:"bytes,3,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BalanceAddr) Descriptor

func (*BalanceAddr) Descriptor() ([]byte, []int)

func (*BalanceAddr) GetChainName

func (m *BalanceAddr) GetChainName() string

func (*BalanceAddr) GetOwner

func (m *BalanceAddr) GetOwner() string

func (*BalanceAddr) GetTokenAddr

func (m *BalanceAddr) GetTokenAddr() string

func (*BalanceAddr) ProtoMessage

func (*BalanceAddr) ProtoMessage()

func (*BalanceAddr) Reset

func (m *BalanceAddr) Reset()

func (*BalanceAddr) String

func (m *BalanceAddr) String() string

func (*BalanceAddr) XXX_DiscardUnknown

func (m *BalanceAddr) XXX_DiscardUnknown()

func (*BalanceAddr) XXX_Marshal

func (m *BalanceAddr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BalanceAddr) XXX_Merge

func (m *BalanceAddr) XXX_Merge(src proto.Message)

func (*BalanceAddr) XXX_Size

func (m *BalanceAddr) XXX_Size() int

func (*BalanceAddr) XXX_Unmarshal

func (m *BalanceAddr) XXX_Unmarshal(b []byte) error

type BalanceLockedReq

type BalanceLockedReq struct {
	BridgeBank           string   `protobuf:"bytes,1,opt,name=bridgeBank,proto3" json:"bridgeBank,omitempty"`
	TokenAddr            string   `protobuf:"bytes,2,opt,name=tokenAddr,proto3" json:"tokenAddr,omitempty"`
	ChainName            string   `protobuf:"bytes,3,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BalanceLockedReq) Descriptor

func (*BalanceLockedReq) Descriptor() ([]byte, []int)

func (*BalanceLockedReq) GetBridgeBank

func (m *BalanceLockedReq) GetBridgeBank() string

func (*BalanceLockedReq) GetChainName

func (m *BalanceLockedReq) GetChainName() string

func (*BalanceLockedReq) GetTokenAddr

func (m *BalanceLockedReq) GetTokenAddr() string

func (*BalanceLockedReq) ProtoMessage

func (*BalanceLockedReq) ProtoMessage()

func (*BalanceLockedReq) Reset

func (m *BalanceLockedReq) Reset()

func (*BalanceLockedReq) String

func (m *BalanceLockedReq) String() string

func (*BalanceLockedReq) XXX_DiscardUnknown

func (m *BalanceLockedReq) XXX_DiscardUnknown()

func (*BalanceLockedReq) XXX_Marshal

func (m *BalanceLockedReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BalanceLockedReq) XXX_Merge

func (m *BalanceLockedReq) XXX_Merge(src proto.Message)

func (*BalanceLockedReq) XXX_Size

func (m *BalanceLockedReq) XXX_Size() int

func (*BalanceLockedReq) XXX_Unmarshal

func (m *BalanceLockedReq) XXX_Unmarshal(b []byte) error

type Burn

type Burn struct {
	OwnerKey             string   `protobuf:"bytes,1,opt,name=ownerKey,proto3" json:"ownerKey,omitempty"`
	TokenAddr            string   `protobuf:"bytes,2,opt,name=tokenAddr,proto3" json:"tokenAddr,omitempty"`
	Amount               string   `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	ChainReceiver        string   `protobuf:"bytes,4,opt,name=chainReceiver,proto3" json:"chainReceiver,omitempty"`
	ChainName            string   `protobuf:"bytes,5,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Burn) Descriptor

func (*Burn) Descriptor() ([]byte, []int)

func (*Burn) GetAmount

func (m *Burn) GetAmount() string

func (*Burn) GetChainName

func (m *Burn) GetChainName() string

func (*Burn) GetChainReceiver

func (m *Burn) GetChainReceiver() string

func (*Burn) GetOwnerKey

func (m *Burn) GetOwnerKey() string

func (*Burn) GetTokenAddr

func (m *Burn) GetTokenAddr() string

func (*Burn) ProtoMessage

func (*Burn) ProtoMessage()

func (*Burn) Reset

func (m *Burn) Reset()

func (*Burn) String

func (m *Burn) String() string

func (*Burn) XXX_DiscardUnknown

func (m *Burn) XXX_DiscardUnknown()

func (*Burn) XXX_Marshal

func (m *Burn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Burn) XXX_Merge

func (m *Burn) XXX_Merge(src proto.Message)

func (*Burn) XXX_Size

func (m *Burn) XXX_Size() int

func (*Burn) XXX_Unmarshal

func (m *Burn) XXX_Unmarshal(b []byte) error

type BurnFromChain

type BurnFromChain struct {
	OwnerKey             string   `protobuf:"bytes,1,opt,name=ownerKey,proto3" json:"ownerKey,omitempty"`
	TokenAddr            string   `protobuf:"bytes,2,opt,name=tokenAddr,proto3" json:"tokenAddr,omitempty"`
	Amount               string   `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	EthereumReceiver     string   `protobuf:"bytes,4,opt,name=ethereumReceiver,proto3" json:"ethereumReceiver,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BurnFromChain) Descriptor

func (*BurnFromChain) Descriptor() ([]byte, []int)

func (*BurnFromChain) GetAmount

func (m *BurnFromChain) GetAmount() string

func (*BurnFromChain) GetEthereumReceiver

func (m *BurnFromChain) GetEthereumReceiver() string

func (*BurnFromChain) GetOwnerKey

func (m *BurnFromChain) GetOwnerKey() string

func (*BurnFromChain) GetTokenAddr

func (m *BurnFromChain) GetTokenAddr() string

func (*BurnFromChain) ProtoMessage

func (*BurnFromChain) ProtoMessage()

func (*BurnFromChain) Reset

func (m *BurnFromChain) Reset()

func (*BurnFromChain) String

func (m *BurnFromChain) String() string

func (*BurnFromChain) XXX_DiscardUnknown

func (m *BurnFromChain) XXX_DiscardUnknown()

func (*BurnFromChain) XXX_Marshal

func (m *BurnFromChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BurnFromChain) XXX_Merge

func (m *BurnFromChain) XXX_Merge(src proto.Message)

func (*BurnFromChain) XXX_Size

func (m *BurnFromChain) XXX_Size() int

func (*BurnFromChain) XXX_Unmarshal

func (m *BurnFromChain) XXX_Unmarshal(b []byte) error

type CfgMultiSignAddr

type CfgMultiSignAddr struct {
	MultiSignAddr        string   `protobuf:"bytes,1,opt,name=multiSignAddr,proto3" json:"multiSignAddr,omitempty"`
	ChainName            string   `protobuf:"bytes,2,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CfgMultiSignAddr) Descriptor

func (*CfgMultiSignAddr) Descriptor() ([]byte, []int)

func (*CfgMultiSignAddr) GetChainName

func (m *CfgMultiSignAddr) GetChainName() string

func (*CfgMultiSignAddr) GetMultiSignAddr

func (m *CfgMultiSignAddr) GetMultiSignAddr() string

func (*CfgMultiSignAddr) ProtoMessage

func (*CfgMultiSignAddr) ProtoMessage()

func (*CfgMultiSignAddr) Reset

func (m *CfgMultiSignAddr) Reset()

func (*CfgMultiSignAddr) String

func (m *CfgMultiSignAddr) String() string

func (*CfgMultiSignAddr) XXX_DiscardUnknown

func (m *CfgMultiSignAddr) XXX_DiscardUnknown()

func (*CfgMultiSignAddr) XXX_Marshal

func (m *CfgMultiSignAddr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CfgMultiSignAddr) XXX_Merge

func (m *CfgMultiSignAddr) XXX_Merge(src proto.Message)

func (*CfgMultiSignAddr) XXX_Size

func (m *CfgMultiSignAddr) XXX_Size() int

func (*CfgMultiSignAddr) XXX_Unmarshal

func (m *CfgMultiSignAddr) XXX_Unmarshal(b []byte) error

type CfgOfflineSaveAccountReq

type CfgOfflineSaveAccountReq struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	ChainName            string   `protobuf:"bytes,2,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CfgOfflineSaveAccountReq) Descriptor

func (*CfgOfflineSaveAccountReq) Descriptor() ([]byte, []int)

func (*CfgOfflineSaveAccountReq) GetAddress

func (m *CfgOfflineSaveAccountReq) GetAddress() string

func (*CfgOfflineSaveAccountReq) GetChainName

func (m *CfgOfflineSaveAccountReq) GetChainName() string

func (*CfgOfflineSaveAccountReq) ProtoMessage

func (*CfgOfflineSaveAccountReq) ProtoMessage()

func (*CfgOfflineSaveAccountReq) Reset

func (m *CfgOfflineSaveAccountReq) Reset()

func (*CfgOfflineSaveAccountReq) String

func (m *CfgOfflineSaveAccountReq) String() string

func (*CfgOfflineSaveAccountReq) XXX_DiscardUnknown

func (m *CfgOfflineSaveAccountReq) XXX_DiscardUnknown()

func (*CfgOfflineSaveAccountReq) XXX_Marshal

func (m *CfgOfflineSaveAccountReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CfgOfflineSaveAccountReq) XXX_Merge

func (m *CfgOfflineSaveAccountReq) XXX_Merge(src proto.Message)

func (*CfgOfflineSaveAccountReq) XXX_Size

func (m *CfgOfflineSaveAccountReq) XXX_Size() int

func (*CfgOfflineSaveAccountReq) XXX_Unmarshal

func (m *CfgOfflineSaveAccountReq) XXX_Unmarshal(b []byte) error

type CfgPlatformTokenSymbolReq

type CfgPlatformTokenSymbolReq struct {
	Symbol               string   `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
	ChainName            string   `protobuf:"bytes,2,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CfgPlatformTokenSymbolReq) Descriptor

func (*CfgPlatformTokenSymbolReq) Descriptor() ([]byte, []int)

func (*CfgPlatformTokenSymbolReq) GetChainName

func (m *CfgPlatformTokenSymbolReq) GetChainName() string

func (*CfgPlatformTokenSymbolReq) GetSymbol

func (m *CfgPlatformTokenSymbolReq) GetSymbol() string

func (*CfgPlatformTokenSymbolReq) ProtoMessage

func (*CfgPlatformTokenSymbolReq) ProtoMessage()

func (*CfgPlatformTokenSymbolReq) Reset

func (m *CfgPlatformTokenSymbolReq) Reset()

func (*CfgPlatformTokenSymbolReq) String

func (m *CfgPlatformTokenSymbolReq) String() string

func (*CfgPlatformTokenSymbolReq) XXX_DiscardUnknown

func (m *CfgPlatformTokenSymbolReq) XXX_DiscardUnknown()

func (*CfgPlatformTokenSymbolReq) XXX_Marshal

func (m *CfgPlatformTokenSymbolReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CfgPlatformTokenSymbolReq) XXX_Merge

func (m *CfgPlatformTokenSymbolReq) XXX_Merge(src proto.Message)

func (*CfgPlatformTokenSymbolReq) XXX_Size

func (m *CfgPlatformTokenSymbolReq) XXX_Size() int

func (*CfgPlatformTokenSymbolReq) XXX_Unmarshal

func (m *CfgPlatformTokenSymbolReq) XXX_Unmarshal(b []byte) error

type CfgWithdrawReq

type CfgWithdrawReq struct {
	Symbol               string   `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
	FeeAmount            string   `protobuf:"bytes,2,opt,name=feeAmount,proto3" json:"feeAmount,omitempty"`
	AmountPerDay         string   `protobuf:"bytes,3,opt,name=amountPerDay,proto3" json:"amountPerDay,omitempty"`
	ChainName            string   `protobuf:"bytes,4,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CfgWithdrawReq) Descriptor

func (*CfgWithdrawReq) Descriptor() ([]byte, []int)

func (*CfgWithdrawReq) GetAmountPerDay

func (m *CfgWithdrawReq) GetAmountPerDay() string

func (*CfgWithdrawReq) GetChainName

func (m *CfgWithdrawReq) GetChainName() string

func (*CfgWithdrawReq) GetFeeAmount

func (m *CfgWithdrawReq) GetFeeAmount() string

func (*CfgWithdrawReq) GetSymbol

func (m *CfgWithdrawReq) GetSymbol() string

func (*CfgWithdrawReq) ProtoMessage

func (*CfgWithdrawReq) ProtoMessage()

func (*CfgWithdrawReq) Reset

func (m *CfgWithdrawReq) Reset()

func (*CfgWithdrawReq) String

func (m *CfgWithdrawReq) String() string

func (*CfgWithdrawReq) XXX_DiscardUnknown

func (m *CfgWithdrawReq) XXX_DiscardUnknown()

func (*CfgWithdrawReq) XXX_Marshal

func (m *CfgWithdrawReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CfgWithdrawReq) XXX_Merge

func (m *CfgWithdrawReq) XXX_Merge(src proto.Message)

func (*CfgWithdrawReq) XXX_Size

func (m *CfgWithdrawReq) XXX_Size() int

func (*CfgWithdrawReq) XXX_Unmarshal

func (m *CfgWithdrawReq) XXX_Unmarshal(b []byte) error

type ChainRelayerCfg

type ChainRelayerCfg struct {
	SyncTxConfig          *SyncTxConfig `protobuf:"bytes,1,opt,name=syncTxConfig,proto3" json:"syncTxConfig,omitempty"`
	BridgeRegistryOnChain string        `protobuf:"bytes,2,opt,name=bridgeRegistryOnChain,proto3" json:"bridgeRegistryOnChain,omitempty"`
	ChainName             string        `protobuf:"bytes,3,opt,name=chainName,proto3" json:"chainName,omitempty"`
	ChainID4Chain         int32         `protobuf:"varint,4,opt,name=chainID4Chain,proto3" json:"chainID4Chain,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}      `json:"-"`
	XXX_unrecognized      []byte        `json:"-"`
	XXX_sizecache         int32         `json:"-"`
}

func (*ChainRelayerCfg) Descriptor

func (*ChainRelayerCfg) Descriptor() ([]byte, []int)

func (*ChainRelayerCfg) GetBridgeRegistryOnChain

func (m *ChainRelayerCfg) GetBridgeRegistryOnChain() string

func (*ChainRelayerCfg) GetChainID4Chain

func (m *ChainRelayerCfg) GetChainID4Chain() int32

func (*ChainRelayerCfg) GetChainName

func (m *ChainRelayerCfg) GetChainName() string

func (*ChainRelayerCfg) GetSyncTxConfig

func (m *ChainRelayerCfg) GetSyncTxConfig() *SyncTxConfig

func (*ChainRelayerCfg) ProtoMessage

func (*ChainRelayerCfg) ProtoMessage()

func (*ChainRelayerCfg) Reset

func (m *ChainRelayerCfg) Reset()

func (*ChainRelayerCfg) String

func (m *ChainRelayerCfg) String() string

func (*ChainRelayerCfg) XXX_DiscardUnknown

func (m *ChainRelayerCfg) XXX_DiscardUnknown()

func (*ChainRelayerCfg) XXX_Marshal

func (m *ChainRelayerCfg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainRelayerCfg) XXX_Merge

func (m *ChainRelayerCfg) XXX_Merge(src proto.Message)

func (*ChainRelayerCfg) XXX_Size

func (m *ChainRelayerCfg) XXX_Size() int

func (*ChainRelayerCfg) XXX_Unmarshal

func (m *ChainRelayerCfg) XXX_Unmarshal(b []byte) error

type ChainToEthereumStatics

type ChainToEthereumStatics struct {
	EthTxstatus      string `protobuf:"bytes,1,opt,name=ethTxstatus,proto3" json:"ethTxstatus,omitempty"`
	ChainTxhash      string `protobuf:"bytes,2,opt,name=chainTxhash,proto3" json:"chainTxhash,omitempty"`
	EthereumTxhash   string `protobuf:"bytes,3,opt,name=EthereumTxhash,proto3" json:"EthereumTxhash,omitempty"`
	BurnLockWithdraw int32  `protobuf:"varint,4,opt,name=burnLockWithdraw,proto3" json:"burnLockWithdraw,omitempty"`
	//该笔lock或者burn交易的chain发起人
	ChainSender      string `protobuf:"bytes,5,opt,name=chainSender,proto3" json:"chainSender,omitempty"`
	EthereumReceiver string `protobuf:"bytes,6,opt,name=ethereumReceiver,proto3" json:"ethereumReceiver,omitempty"`
	Symbol           string `protobuf:"bytes,7,opt,name=symbol,proto3" json:"symbol,omitempty"`
	//因为考虑到,eth的单位是以wei计算的,所以使用string类型
	Amount               string   `protobuf:"bytes,8,opt,name=amount,proto3" json:"amount,omitempty"`
	Nonce                int64    `protobuf:"varint,9,opt,name=nonce,proto3" json:"nonce,omitempty"`
	TxIndex              int64    `protobuf:"varint,10,opt,name=txIndex,proto3" json:"txIndex,omitempty"`
	OperationType        string   `protobuf:"bytes,11,opt,name=operationType,proto3" json:"operationType,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChainToEthereumStatics) Descriptor

func (*ChainToEthereumStatics) Descriptor() ([]byte, []int)

func (*ChainToEthereumStatics) GetAmount

func (m *ChainToEthereumStatics) GetAmount() string

func (*ChainToEthereumStatics) GetBurnLockWithdraw

func (m *ChainToEthereumStatics) GetBurnLockWithdraw() int32

func (*ChainToEthereumStatics) GetChainSender

func (m *ChainToEthereumStatics) GetChainSender() string

func (*ChainToEthereumStatics) GetChainTxhash

func (m *ChainToEthereumStatics) GetChainTxhash() string

func (*ChainToEthereumStatics) GetEthTxstatus

func (m *ChainToEthereumStatics) GetEthTxstatus() string

func (*ChainToEthereumStatics) GetEthereumReceiver

func (m *ChainToEthereumStatics) GetEthereumReceiver() string

func (*ChainToEthereumStatics) GetEthereumTxhash

func (m *ChainToEthereumStatics) GetEthereumTxhash() string

func (*ChainToEthereumStatics) GetNonce

func (m *ChainToEthereumStatics) GetNonce() int64

func (*ChainToEthereumStatics) GetOperationType

func (m *ChainToEthereumStatics) GetOperationType() string

func (*ChainToEthereumStatics) GetSymbol

func (m *ChainToEthereumStatics) GetSymbol() string

func (*ChainToEthereumStatics) GetTxIndex

func (m *ChainToEthereumStatics) GetTxIndex() int64

func (*ChainToEthereumStatics) ProtoMessage

func (*ChainToEthereumStatics) ProtoMessage()

func (*ChainToEthereumStatics) Reset

func (m *ChainToEthereumStatics) Reset()

func (*ChainToEthereumStatics) String

func (m *ChainToEthereumStatics) String() string

func (*ChainToEthereumStatics) XXX_DiscardUnknown

func (m *ChainToEthereumStatics) XXX_DiscardUnknown()

func (*ChainToEthereumStatics) XXX_Marshal

func (m *ChainToEthereumStatics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChainToEthereumStatics) XXX_Merge

func (m *ChainToEthereumStatics) XXX_Merge(src proto.Message)

func (*ChainToEthereumStatics) XXX_Size

func (m *ChainToEthereumStatics) XXX_Size() int

func (*ChainToEthereumStatics) XXX_Unmarshal

func (m *ChainToEthereumStatics) XXX_Unmarshal(b []byte) error

type CreateLockEventReq

type CreateLockEventReq struct {
	From                 string   `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	Token                string   `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	Symbol               string   `protobuf:"bytes,4,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Value                string   `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"`
	Nonce                string   `protobuf:"bytes,6,opt,name=nonce,proto3" json:"nonce,omitempty"`
	ChainName            string   `protobuf:"bytes,7,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateLockEventReq) Descriptor

func (*CreateLockEventReq) Descriptor() ([]byte, []int)

func (*CreateLockEventReq) GetChainName

func (m *CreateLockEventReq) GetChainName() string

func (*CreateLockEventReq) GetFrom

func (m *CreateLockEventReq) GetFrom() string

func (*CreateLockEventReq) GetNonce

func (m *CreateLockEventReq) GetNonce() string

func (*CreateLockEventReq) GetSymbol

func (m *CreateLockEventReq) GetSymbol() string

func (*CreateLockEventReq) GetTo

func (m *CreateLockEventReq) GetTo() string

func (*CreateLockEventReq) GetToken

func (m *CreateLockEventReq) GetToken() string

func (*CreateLockEventReq) GetValue

func (m *CreateLockEventReq) GetValue() string

func (*CreateLockEventReq) ProtoMessage

func (*CreateLockEventReq) ProtoMessage()

func (*CreateLockEventReq) Reset

func (m *CreateLockEventReq) Reset()

func (*CreateLockEventReq) String

func (m *CreateLockEventReq) String() string

func (*CreateLockEventReq) XXX_DiscardUnknown

func (m *CreateLockEventReq) XXX_DiscardUnknown()

func (*CreateLockEventReq) XXX_Marshal

func (m *CreateLockEventReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateLockEventReq) XXX_Merge

func (m *CreateLockEventReq) XXX_Merge(src proto.Message)

func (*CreateLockEventReq) XXX_Size

func (m *CreateLockEventReq) XXX_Size() int

func (*CreateLockEventReq) XXX_Unmarshal

func (m *CreateLockEventReq) XXX_Unmarshal(b []byte) error

type ERC20Token

type ERC20Token struct {
	Owner                string   `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Symbol               string   `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Amount               string   `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"`
	Decimals             int32    `protobuf:"varint,5,opt,name=decimals,proto3" json:"decimals,omitempty"`
	Chain2Deploy         string   `protobuf:"bytes,6,opt,name=chain2deploy,proto3" json:"chain2deploy,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ERC20Token) Descriptor

func (*ERC20Token) Descriptor() ([]byte, []int)

func (*ERC20Token) GetAmount

func (m *ERC20Token) GetAmount() string

func (*ERC20Token) GetChain2Deploy

func (m *ERC20Token) GetChain2Deploy() string

func (*ERC20Token) GetDecimals

func (m *ERC20Token) GetDecimals() int32

func (*ERC20Token) GetName

func (m *ERC20Token) GetName() string

func (*ERC20Token) GetOwner

func (m *ERC20Token) GetOwner() string

func (*ERC20Token) GetSymbol

func (m *ERC20Token) GetSymbol() string

func (*ERC20Token) ProtoMessage

func (*ERC20Token) ProtoMessage()

func (*ERC20Token) Reset

func (m *ERC20Token) Reset()

func (*ERC20Token) String

func (m *ERC20Token) String() string

func (*ERC20Token) XXX_DiscardUnknown

func (m *ERC20Token) XXX_DiscardUnknown()

func (*ERC20Token) XXX_Marshal

func (m *ERC20Token) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ERC20Token) XXX_Merge

func (m *ERC20Token) XXX_Merge(src proto.Message)

func (*ERC20Token) XXX_Size

func (m *ERC20Token) XXX_Size() int

func (*ERC20Token) XXX_Unmarshal

func (m *ERC20Token) XXX_Unmarshal(b []byte) error

type ETHConfigLockedTokenOffline

type ETHConfigLockedTokenOffline struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Symbol               string   `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Threshold            string   `protobuf:"bytes,3,opt,name=threshold,proto3" json:"threshold,omitempty"`
	Percents             uint32   `protobuf:"varint,4,opt,name=percents,proto3" json:"percents,omitempty"`
	ChainName            string   `protobuf:"bytes,5,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ETHConfigLockedTokenOffline) Descriptor

func (*ETHConfigLockedTokenOffline) Descriptor() ([]byte, []int)

func (*ETHConfigLockedTokenOffline) GetAddress

func (m *ETHConfigLockedTokenOffline) GetAddress() string

func (*ETHConfigLockedTokenOffline) GetChainName

func (m *ETHConfigLockedTokenOffline) GetChainName() string

func (*ETHConfigLockedTokenOffline) GetPercents

func (m *ETHConfigLockedTokenOffline) GetPercents() uint32

func (*ETHConfigLockedTokenOffline) GetSymbol

func (m *ETHConfigLockedTokenOffline) GetSymbol() string

func (*ETHConfigLockedTokenOffline) GetThreshold

func (m *ETHConfigLockedTokenOffline) GetThreshold() string

func (*ETHConfigLockedTokenOffline) ProtoMessage

func (*ETHConfigLockedTokenOffline) ProtoMessage()

func (*ETHConfigLockedTokenOffline) Reset

func (m *ETHConfigLockedTokenOffline) Reset()

func (*ETHConfigLockedTokenOffline) String

func (m *ETHConfigLockedTokenOffline) String() string

func (*ETHConfigLockedTokenOffline) XXX_DiscardUnknown

func (m *ETHConfigLockedTokenOffline) XXX_DiscardUnknown()

func (*ETHConfigLockedTokenOffline) XXX_Marshal

func (m *ETHConfigLockedTokenOffline) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ETHConfigLockedTokenOffline) XXX_Merge

func (m *ETHConfigLockedTokenOffline) XXX_Merge(src proto.Message)

func (*ETHConfigLockedTokenOffline) XXX_Size

func (m *ETHConfigLockedTokenOffline) XXX_Size() int

func (*ETHConfigLockedTokenOffline) XXX_Unmarshal

func (m *ETHConfigLockedTokenOffline) XXX_Unmarshal(b []byte) error

type ETHTokenLockAddress

type ETHTokenLockAddress struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Symbol               string   `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ETHTokenLockAddress) Descriptor

func (*ETHTokenLockAddress) Descriptor() ([]byte, []int)

func (*ETHTokenLockAddress) GetAddress

func (m *ETHTokenLockAddress) GetAddress() string

func (*ETHTokenLockAddress) GetSymbol

func (m *ETHTokenLockAddress) GetSymbol() string

func (*ETHTokenLockAddress) ProtoMessage

func (*ETHTokenLockAddress) ProtoMessage()

func (*ETHTokenLockAddress) Reset

func (m *ETHTokenLockAddress) Reset()

func (*ETHTokenLockAddress) String

func (m *ETHTokenLockAddress) String() string

func (*ETHTokenLockAddress) XXX_DiscardUnknown

func (m *ETHTokenLockAddress) XXX_DiscardUnknown()

func (*ETHTokenLockAddress) XXX_Marshal

func (m *ETHTokenLockAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ETHTokenLockAddress) XXX_Merge

func (m *ETHTokenLockAddress) XXX_Merge(src proto.Message)

func (*ETHTokenLockAddress) XXX_Size

func (m *ETHTokenLockAddress) XXX_Size() int

func (*ETHTokenLockAddress) XXX_Unmarshal

func (m *ETHTokenLockAddress) XXX_Unmarshal(b []byte) error

type EthBridgeClaim

type EthBridgeClaim struct {
	EthereumChainID int64  `protobuf:"varint,1,opt,name=ethereumChainID,proto3" json:"ethereumChainID,omitempty"`
	BridgeBrankAddr string `protobuf:"bytes,2,opt,name=bridgeBrankAddr,proto3" json:"bridgeBrankAddr,omitempty"`
	Nonce           int64  `protobuf:"varint,3,opt,name=nonce,proto3" json:"nonce,omitempty"`
	TokenAddr       string `protobuf:"bytes,4,opt,name=tokenAddr,proto3" json:"tokenAddr,omitempty"`
	Symbol          string `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"`
	EthereumSender  string `protobuf:"bytes,6,opt,name=ethereumSender,proto3" json:"ethereumSender,omitempty"`
	ChainReceiver   string `protobuf:"bytes,7,opt,name=chainReceiver,proto3" json:"chainReceiver,omitempty"`
	//因为考虑到eth是以wei单位的,需要更大的计数范围,所以使用string类型
	Amount               string   `protobuf:"bytes,9,opt,name=amount,proto3" json:"amount,omitempty"`
	ClaimType            int32    `protobuf:"varint,10,opt,name=claimType,proto3" json:"claimType,omitempty"`
	ChainName            string   `protobuf:"bytes,11,opt,name=chainName,proto3" json:"chainName,omitempty"`
	Decimal              int64    `protobuf:"varint,12,opt,name=decimal,proto3" json:"decimal,omitempty"`
	EthTxHash            string   `protobuf:"bytes,13,opt,name=ethTxHash,proto3" json:"ethTxHash,omitempty"`
	ForwardTimes         int32    `protobuf:"varint,14,opt,name=forwardTimes,proto3" json:"forwardTimes,omitempty"`
	ForwardIndex         int64    `protobuf:"varint,15,opt,name=forwardIndex,proto3" json:"forwardIndex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EthBridgeClaim) Descriptor

func (*EthBridgeClaim) Descriptor() ([]byte, []int)

func (*EthBridgeClaim) GetAmount

func (m *EthBridgeClaim) GetAmount() string

func (*EthBridgeClaim) GetBridgeBrankAddr

func (m *EthBridgeClaim) GetBridgeBrankAddr() string

func (*EthBridgeClaim) GetChainName

func (m *EthBridgeClaim) GetChainName() string

func (*EthBridgeClaim) GetChainReceiver

func (m *EthBridgeClaim) GetChainReceiver() string

func (*EthBridgeClaim) GetClaimType

func (m *EthBridgeClaim) GetClaimType() int32

func (*EthBridgeClaim) GetDecimal

func (m *EthBridgeClaim) GetDecimal() int64

func (*EthBridgeClaim) GetEthTxHash

func (m *EthBridgeClaim) GetEthTxHash() string

func (*EthBridgeClaim) GetEthereumChainID

func (m *EthBridgeClaim) GetEthereumChainID() int64

func (*EthBridgeClaim) GetEthereumSender

func (m *EthBridgeClaim) GetEthereumSender() string

func (*EthBridgeClaim) GetForwardIndex

func (m *EthBridgeClaim) GetForwardIndex() int64

func (*EthBridgeClaim) GetForwardTimes

func (m *EthBridgeClaim) GetForwardTimes() int32

func (*EthBridgeClaim) GetNonce

func (m *EthBridgeClaim) GetNonce() int64

func (*EthBridgeClaim) GetSymbol

func (m *EthBridgeClaim) GetSymbol() string

func (*EthBridgeClaim) GetTokenAddr

func (m *EthBridgeClaim) GetTokenAddr() string

func (*EthBridgeClaim) ProtoMessage

func (*EthBridgeClaim) ProtoMessage()

func (*EthBridgeClaim) Reset

func (m *EthBridgeClaim) Reset()

func (*EthBridgeClaim) String

func (m *EthBridgeClaim) String() string

func (*EthBridgeClaim) XXX_DiscardUnknown

func (m *EthBridgeClaim) XXX_DiscardUnknown()

func (*EthBridgeClaim) XXX_Marshal

func (m *EthBridgeClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EthBridgeClaim) XXX_Merge

func (m *EthBridgeClaim) XXX_Merge(src proto.Message)

func (*EthBridgeClaim) XXX_Size

func (m *EthBridgeClaim) XXX_Size() int

func (*EthBridgeClaim) XXX_Unmarshal

func (m *EthBridgeClaim) XXX_Unmarshal(b []byte) error

type EthRelayerCfg

type EthRelayerCfg struct {
	EthChainName         string   `protobuf:"bytes,1,opt,name=ethChainName,proto3" json:"ethChainName,omitempty"`
	EthProvider          []string `protobuf:"bytes,2,rep,name=ethProvider,proto3" json:"ethProvider,omitempty"`
	EthProviderCli       []string `protobuf:"bytes,3,rep,name=ethProviderCli,proto3" json:"ethProviderCli,omitempty"`
	BridgeRegistry       string   `protobuf:"bytes,4,opt,name=bridgeRegistry,proto3" json:"bridgeRegistry,omitempty"`
	EthMaturityDegree    int32    `protobuf:"varint,5,opt,name=ethMaturityDegree,proto3" json:"ethMaturityDegree,omitempty"`
	EthBlockFetchPeriod  int32    `protobuf:"varint,6,opt,name=ethBlockFetchPeriod,proto3" json:"ethBlockFetchPeriod,omitempty"`
	StartListenHeight    int64    `protobuf:"varint,7,opt,name=startListenHeight,proto3" json:"startListenHeight,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EthRelayerCfg) Descriptor

func (*EthRelayerCfg) Descriptor() ([]byte, []int)

func (*EthRelayerCfg) GetBridgeRegistry

func (m *EthRelayerCfg) GetBridgeRegistry() string

func (*EthRelayerCfg) GetEthBlockFetchPeriod

func (m *EthRelayerCfg) GetEthBlockFetchPeriod() int32

func (*EthRelayerCfg) GetEthChainName

func (m *EthRelayerCfg) GetEthChainName() string

func (*EthRelayerCfg) GetEthMaturityDegree

func (m *EthRelayerCfg) GetEthMaturityDegree() int32

func (*EthRelayerCfg) GetEthProvider

func (m *EthRelayerCfg) GetEthProvider() []string

func (*EthRelayerCfg) GetEthProviderCli

func (m *EthRelayerCfg) GetEthProviderCli() []string

func (*EthRelayerCfg) GetStartListenHeight

func (m *EthRelayerCfg) GetStartListenHeight() int64

func (*EthRelayerCfg) ProtoMessage

func (*EthRelayerCfg) ProtoMessage()

func (*EthRelayerCfg) Reset

func (m *EthRelayerCfg) Reset()

func (*EthRelayerCfg) String

func (m *EthRelayerCfg) String() string

func (*EthRelayerCfg) XXX_DiscardUnknown

func (m *EthRelayerCfg) XXX_DiscardUnknown()

func (*EthRelayerCfg) XXX_Marshal

func (m *EthRelayerCfg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EthRelayerCfg) XXX_Merge

func (m *EthRelayerCfg) XXX_Merge(src proto.Message)

func (*EthRelayerCfg) XXX_Size

func (m *EthRelayerCfg) XXX_Size() int

func (*EthRelayerCfg) XXX_Unmarshal

func (m *EthRelayerCfg) XXX_Unmarshal(b []byte) error

type Ethereum2ChainStatics

type Ethereum2ChainStatics struct {
	ChainTxstatus  string `protobuf:"bytes,1,opt,name=chainTxstatus,proto3" json:"chainTxstatus,omitempty"`
	ChainTxhash    string `protobuf:"bytes,2,opt,name=chainTxhash,proto3" json:"chainTxhash,omitempty"`
	EthereumTxhash string `protobuf:"bytes,3,opt,name=EthereumTxhash,proto3" json:"EthereumTxhash,omitempty"`
	BurnLock       int32  `protobuf:"varint,4,opt,name=burnLock,proto3" json:"burnLock,omitempty"`
	//该笔lock或者burn交易的chain发起人
	EthereumSender string `protobuf:"bytes,5,opt,name=ethereumSender,proto3" json:"ethereumSender,omitempty"`
	ChainReceiver  string `protobuf:"bytes,6,opt,name=chainReceiver,proto3" json:"chainReceiver,omitempty"`
	Symbol         string `protobuf:"bytes,7,opt,name=symbol,proto3" json:"symbol,omitempty"`
	//因为考虑到,eth的单位是以wei计算的,所以使用string类型
	Amount               string   `protobuf:"bytes,8,opt,name=amount,proto3" json:"amount,omitempty"`
	Nonce                int64    `protobuf:"varint,9,opt,name=nonce,proto3" json:"nonce,omitempty"`
	TxIndex              int64    `protobuf:"varint,10,opt,name=txIndex,proto3" json:"txIndex,omitempty"`
	OperationType        string   `protobuf:"bytes,11,opt,name=operationType,proto3" json:"operationType,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Ethereum2ChainStatics) Descriptor

func (*Ethereum2ChainStatics) Descriptor() ([]byte, []int)

func (*Ethereum2ChainStatics) GetAmount

func (m *Ethereum2ChainStatics) GetAmount() string

func (*Ethereum2ChainStatics) GetBurnLock

func (m *Ethereum2ChainStatics) GetBurnLock() int32

func (*Ethereum2ChainStatics) GetChainReceiver

func (m *Ethereum2ChainStatics) GetChainReceiver() string

func (*Ethereum2ChainStatics) GetChainTxhash

func (m *Ethereum2ChainStatics) GetChainTxhash() string

func (*Ethereum2ChainStatics) GetChainTxstatus

func (m *Ethereum2ChainStatics) GetChainTxstatus() string

func (*Ethereum2ChainStatics) GetEthereumSender

func (m *Ethereum2ChainStatics) GetEthereumSender() string

func (*Ethereum2ChainStatics) GetEthereumTxhash

func (m *Ethereum2ChainStatics) GetEthereumTxhash() string

func (*Ethereum2ChainStatics) GetNonce

func (m *Ethereum2ChainStatics) GetNonce() int64

func (*Ethereum2ChainStatics) GetOperationType

func (m *Ethereum2ChainStatics) GetOperationType() string

func (*Ethereum2ChainStatics) GetSymbol

func (m *Ethereum2ChainStatics) GetSymbol() string

func (*Ethereum2ChainStatics) GetTxIndex

func (m *Ethereum2ChainStatics) GetTxIndex() int64

func (*Ethereum2ChainStatics) ProtoMessage

func (*Ethereum2ChainStatics) ProtoMessage()

func (*Ethereum2ChainStatics) Reset

func (m *Ethereum2ChainStatics) Reset()

func (*Ethereum2ChainStatics) String

func (m *Ethereum2ChainStatics) String() string

func (*Ethereum2ChainStatics) XXX_DiscardUnknown

func (m *Ethereum2ChainStatics) XXX_DiscardUnknown()

func (*Ethereum2ChainStatics) XXX_Marshal

func (m *Ethereum2ChainStatics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Ethereum2ChainStatics) XXX_Merge

func (m *Ethereum2ChainStatics) XXX_Merge(src proto.Message)

func (*Ethereum2ChainStatics) XXX_Size

func (m *Ethereum2ChainStatics) XXX_Size() int

func (*Ethereum2ChainStatics) XXX_Unmarshal

func (m *Ethereum2ChainStatics) XXX_Unmarshal(b []byte) error

type EventLogIndex

type EventLogIndex struct {
	Height               uint64   `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Index                uint32   `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EventLogIndex) Descriptor

func (*EventLogIndex) Descriptor() ([]byte, []int)

func (*EventLogIndex) GetHeight

func (m *EventLogIndex) GetHeight() uint64

func (*EventLogIndex) GetIndex

func (m *EventLogIndex) GetIndex() uint32

func (*EventLogIndex) ProtoMessage

func (*EventLogIndex) ProtoMessage()

func (*EventLogIndex) Reset

func (m *EventLogIndex) Reset()

func (*EventLogIndex) String

func (m *EventLogIndex) String() string

func (*EventLogIndex) XXX_DiscardUnknown

func (m *EventLogIndex) XXX_DiscardUnknown()

func (*EventLogIndex) XXX_Marshal

func (m *EventLogIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EventLogIndex) XXX_Merge

func (m *EventLogIndex) XXX_Merge(src proto.Message)

func (*EventLogIndex) XXX_Size

func (m *EventLogIndex) XXX_Size() int

func (*EventLogIndex) XXX_Unmarshal

func (m *EventLogIndex) XXX_Unmarshal(b []byte) error

type ImportKeyReq

type ImportKeyReq struct {
	PrivateKey           string   `protobuf:"bytes,1,opt,name=privateKey,proto3" json:"privateKey,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImportKeyReq) Descriptor

func (*ImportKeyReq) Descriptor() ([]byte, []int)

func (*ImportKeyReq) GetPrivateKey

func (m *ImportKeyReq) GetPrivateKey() string

func (*ImportKeyReq) ProtoMessage

func (*ImportKeyReq) ProtoMessage()

func (*ImportKeyReq) Reset

func (m *ImportKeyReq) Reset()

func (*ImportKeyReq) String

func (m *ImportKeyReq) String() string

func (*ImportKeyReq) XXX_DiscardUnknown

func (m *ImportKeyReq) XXX_DiscardUnknown()

func (*ImportKeyReq) XXX_Marshal

func (m *ImportKeyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImportKeyReq) XXX_Merge

func (m *ImportKeyReq) XXX_Merge(src proto.Message)

func (*ImportKeyReq) XXX_Size

func (m *ImportKeyReq) XXX_Size() int

func (*ImportKeyReq) XXX_Unmarshal

func (m *ImportKeyReq) XXX_Unmarshal(b []byte) error

type LockBTY

type LockBTY struct {
	OwnerKey string `protobuf:"bytes,1,opt,name=ownerKey,proto3" json:"ownerKey,omitempty"`
	Amount   string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	//将lock住的资产跨链转移到ethereum的该账户名下
	EtherumReceiver      string   `protobuf:"bytes,3,opt,name=etherumReceiver,proto3" json:"etherumReceiver,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LockBTY) Descriptor

func (*LockBTY) Descriptor() ([]byte, []int)

func (*LockBTY) GetAmount

func (m *LockBTY) GetAmount() string

func (*LockBTY) GetEtherumReceiver

func (m *LockBTY) GetEtherumReceiver() string

func (*LockBTY) GetOwnerKey

func (m *LockBTY) GetOwnerKey() string

func (*LockBTY) ProtoMessage

func (*LockBTY) ProtoMessage()

func (*LockBTY) Reset

func (m *LockBTY) Reset()

func (*LockBTY) String

func (m *LockBTY) String() string

func (*LockBTY) XXX_DiscardUnknown

func (m *LockBTY) XXX_DiscardUnknown()

func (*LockBTY) XXX_Marshal

func (m *LockBTY) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LockBTY) XXX_Merge

func (m *LockBTY) XXX_Merge(src proto.Message)

func (*LockBTY) XXX_Size

func (m *LockBTY) XXX_Size() int

func (*LockBTY) XXX_Unmarshal

func (m *LockBTY) XXX_Unmarshal(b []byte) error

type LockEthErc20

type LockEthErc20 struct {
	OwnerKey  string `protobuf:"bytes,1,opt,name=ownerKey,proto3" json:"ownerKey,omitempty"`
	TokenAddr string `protobuf:"bytes,2,opt,name=tokenAddr,proto3" json:"tokenAddr,omitempty"`
	Amount    string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	//将lock住的资产跨链转移到chain的该账户名下
	ChainReceiver        string   `protobuf:"bytes,4,opt,name=chainReceiver,proto3" json:"chainReceiver,omitempty"`
	ChainName            string   `protobuf:"bytes,5,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LockEthErc20) Descriptor

func (*LockEthErc20) Descriptor() ([]byte, []int)

func (*LockEthErc20) GetAmount

func (m *LockEthErc20) GetAmount() string

func (*LockEthErc20) GetChainName

func (m *LockEthErc20) GetChainName() string

func (*LockEthErc20) GetChainReceiver

func (m *LockEthErc20) GetChainReceiver() string

func (*LockEthErc20) GetOwnerKey

func (m *LockEthErc20) GetOwnerKey() string

func (*LockEthErc20) GetTokenAddr

func (m *LockEthErc20) GetTokenAddr() string

func (*LockEthErc20) ProtoMessage

func (*LockEthErc20) ProtoMessage()

func (*LockEthErc20) Reset

func (m *LockEthErc20) Reset()

func (*LockEthErc20) String

func (m *LockEthErc20) String() string

func (*LockEthErc20) XXX_DiscardUnknown

func (m *LockEthErc20) XXX_DiscardUnknown()

func (*LockEthErc20) XXX_Marshal

func (m *LockEthErc20) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LockEthErc20) XXX_Merge

func (m *LockEthErc20) XXX_Merge(src proto.Message)

func (*LockEthErc20) XXX_Size

func (m *LockEthErc20) XXX_Size() int

func (*LockEthErc20) XXX_Unmarshal

func (m *LockEthErc20) XXX_Unmarshal(b []byte) error

type Log

type Log struct {
	Loglevel             string   `protobuf:"bytes,1,opt,name=loglevel,proto3" json:"loglevel,omitempty"`
	LogConsoleLevel      string   `protobuf:"bytes,2,opt,name=logConsoleLevel,proto3" json:"logConsoleLevel,omitempty"`
	LogFile              string   `protobuf:"bytes,3,opt,name=logFile,proto3" json:"logFile,omitempty"`
	MaxFileSize          uint32   `protobuf:"varint,4,opt,name=maxFileSize,proto3" json:"maxFileSize,omitempty"`
	MaxBackups           uint32   `protobuf:"varint,5,opt,name=maxBackups,proto3" json:"maxBackups,omitempty"`
	MaxAge               uint32   `protobuf:"varint,6,opt,name=maxAge,proto3" json:"maxAge,omitempty"`
	LocalTime            bool     `protobuf:"varint,7,opt,name=localTime,proto3" json:"localTime,omitempty"`
	Compress             bool     `protobuf:"varint,8,opt,name=compress,proto3" json:"compress,omitempty"`
	CallerFile           bool     `protobuf:"varint,9,opt,name=callerFile,proto3" json:"callerFile,omitempty"`
	CallerFunction       bool     `protobuf:"varint,10,opt,name=callerFunction,proto3" json:"callerFunction,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Log) Descriptor

func (*Log) Descriptor() ([]byte, []int)

func (*Log) GetCallerFile

func (m *Log) GetCallerFile() bool

func (*Log) GetCallerFunction

func (m *Log) GetCallerFunction() bool

func (*Log) GetCompress

func (m *Log) GetCompress() bool

func (*Log) GetLocalTime

func (m *Log) GetLocalTime() bool

func (*Log) GetLogConsoleLevel

func (m *Log) GetLogConsoleLevel() string

func (*Log) GetLogFile

func (m *Log) GetLogFile() string

func (*Log) GetLoglevel

func (m *Log) GetLoglevel() string

func (*Log) GetMaxAge

func (m *Log) GetMaxAge() uint32

func (*Log) GetMaxBackups

func (m *Log) GetMaxBackups() uint32

func (*Log) GetMaxFileSize

func (m *Log) GetMaxFileSize() uint32

func (*Log) ProtoMessage

func (*Log) ProtoMessage()

func (*Log) Reset

func (m *Log) Reset()

func (*Log) String

func (m *Log) String() string

func (*Log) XXX_DiscardUnknown

func (m *Log) XXX_DiscardUnknown()

func (*Log) XXX_Marshal

func (m *Log) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Log) XXX_Merge

func (m *Log) XXX_Merge(src proto.Message)

func (*Log) XXX_Size

func (m *Log) XXX_Size() int

func (*Log) XXX_Unmarshal

func (m *Log) XXX_Unmarshal(b []byte) error

type MintToken

type MintToken struct {
	Owner                string   `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	TokenAddr            string   `protobuf:"bytes,2,opt,name=tokenAddr,proto3" json:"tokenAddr,omitempty"`
	Amount               string   `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MintToken) Descriptor

func (*MintToken) Descriptor() ([]byte, []int)

func (*MintToken) GetAmount

func (m *MintToken) GetAmount() string

func (*MintToken) GetOwner

func (m *MintToken) GetOwner() string

func (*MintToken) GetTokenAddr

func (m *MintToken) GetTokenAddr() string

func (*MintToken) ProtoMessage

func (*MintToken) ProtoMessage()

func (*MintToken) Reset

func (m *MintToken) Reset()

func (*MintToken) String

func (m *MintToken) String() string

func (*MintToken) XXX_DiscardUnknown

func (m *MintToken) XXX_DiscardUnknown()

func (*MintToken) XXX_Marshal

func (m *MintToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MintToken) XXX_Merge

func (m *MintToken) XXX_Merge(src proto.Message)

func (*MintToken) XXX_Size

func (m *MintToken) XXX_Size() int

func (*MintToken) XXX_Unmarshal

func (m *MintToken) XXX_Unmarshal(b []byte) error

type NewProphecyClaim

type NewProphecyClaim struct {
	ClaimType            uint32   `protobuf:"varint,1,opt,name=claimType,proto3" json:"claimType,omitempty"`
	ChainSender          string   `protobuf:"bytes,2,opt,name=chainSender,proto3" json:"chainSender,omitempty"`
	TokenAddr            string   `protobuf:"bytes,3,opt,name=tokenAddr,proto3" json:"tokenAddr,omitempty"`
	Symbol               string   `protobuf:"bytes,4,opt,name=symbol,proto3" json:"symbol,omitempty"`
	EthReceiver          string   `protobuf:"bytes,5,opt,name=ethReceiver,proto3" json:"ethReceiver,omitempty"`
	Amount               string   `protobuf:"bytes,6,opt,name=amount,proto3" json:"amount,omitempty"`
	TxHash               string   `protobuf:"bytes,7,opt,name=txHash,proto3" json:"txHash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NewProphecyClaim) Descriptor

func (*NewProphecyClaim) Descriptor() ([]byte, []int)

func (*NewProphecyClaim) GetAmount

func (m *NewProphecyClaim) GetAmount() string

func (*NewProphecyClaim) GetChainSender

func (m *NewProphecyClaim) GetChainSender() string

func (*NewProphecyClaim) GetClaimType

func (m *NewProphecyClaim) GetClaimType() uint32

func (*NewProphecyClaim) GetEthReceiver

func (m *NewProphecyClaim) GetEthReceiver() string

func (*NewProphecyClaim) GetSymbol

func (m *NewProphecyClaim) GetSymbol() string

func (*NewProphecyClaim) GetTokenAddr

func (m *NewProphecyClaim) GetTokenAddr() string

func (*NewProphecyClaim) GetTxHash

func (m *NewProphecyClaim) GetTxHash() string

func (*NewProphecyClaim) ProtoMessage

func (*NewProphecyClaim) ProtoMessage()

func (*NewProphecyClaim) Reset

func (m *NewProphecyClaim) Reset()

func (*NewProphecyClaim) String

func (m *NewProphecyClaim) String() string

func (*NewProphecyClaim) XXX_DiscardUnknown

func (m *NewProphecyClaim) XXX_DiscardUnknown()

func (*NewProphecyClaim) XXX_Marshal

func (m *NewProphecyClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NewProphecyClaim) XXX_Merge

func (m *NewProphecyClaim) XXX_Merge(src proto.Message)

func (*NewProphecyClaim) XXX_Size

func (m *NewProphecyClaim) XXX_Size() int

func (*NewProphecyClaim) XXX_Unmarshal

func (m *NewProphecyClaim) XXX_Unmarshal(b []byte) error

type ProphecyProcessed

type ProphecyProcessed struct {
	ClaimID              string   `protobuf:"bytes,1,opt,name=claimID,proto3" json:"claimID,omitempty"`
	Valid                bool     `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	Txhash               string   `protobuf:"bytes,3,opt,name=txhash,proto3" json:"txhash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProphecyProcessed) Descriptor

func (*ProphecyProcessed) Descriptor() ([]byte, []int)

func (*ProphecyProcessed) GetClaimID

func (m *ProphecyProcessed) GetClaimID() string

func (*ProphecyProcessed) GetTxhash

func (m *ProphecyProcessed) GetTxhash() string

func (*ProphecyProcessed) GetValid

func (m *ProphecyProcessed) GetValid() bool

func (*ProphecyProcessed) ProtoMessage

func (*ProphecyProcessed) ProtoMessage()

func (*ProphecyProcessed) Reset

func (m *ProphecyProcessed) Reset()

func (*ProphecyProcessed) String

func (m *ProphecyProcessed) String() string

func (*ProphecyProcessed) XXX_DiscardUnknown

func (m *ProphecyProcessed) XXX_DiscardUnknown()

func (*ProphecyProcessed) XXX_Marshal

func (m *ProphecyProcessed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProphecyProcessed) XXX_Merge

func (m *ProphecyProcessed) XXX_Merge(src proto.Message)

func (*ProphecyProcessed) XXX_Size

func (m *ProphecyProcessed) XXX_Size() int

func (*ProphecyProcessed) XXX_Unmarshal

func (m *ProphecyProcessed) XXX_Unmarshal(b []byte) error

type QueryReq

type QueryReq struct {
	Param                string   `protobuf:"bytes,1,opt,name=param,proto3" json:"param,omitempty"`
	AbiData              string   `protobuf:"bytes,2,opt,name=abiData,proto3" json:"abiData,omitempty"`
	ContractAddr         string   `protobuf:"bytes,3,opt,name=contractAddr,proto3" json:"contractAddr,omitempty"`
	Owner                string   `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"`
	ChainName            string   `protobuf:"bytes,5,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*QueryReq) Descriptor

func (*QueryReq) Descriptor() ([]byte, []int)

func (*QueryReq) GetAbiData

func (m *QueryReq) GetAbiData() string

func (*QueryReq) GetChainName

func (m *QueryReq) GetChainName() string

func (*QueryReq) GetContractAddr

func (m *QueryReq) GetContractAddr() string

func (*QueryReq) GetOwner

func (m *QueryReq) GetOwner() string

func (*QueryReq) GetParam

func (m *QueryReq) GetParam() string

func (*QueryReq) ProtoMessage

func (*QueryReq) ProtoMessage()

func (*QueryReq) Reset

func (m *QueryReq) Reset()

func (*QueryReq) String

func (m *QueryReq) String() string

func (*QueryReq) XXX_DiscardUnknown

func (m *QueryReq) XXX_DiscardUnknown()

func (*QueryReq) XXX_Marshal

func (m *QueryReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryReq) XXX_Merge

func (m *QueryReq) XXX_Merge(src proto.Message)

func (*QueryReq) XXX_Size

func (m *QueryReq) XXX_Size() int

func (*QueryReq) XXX_Unmarshal

func (m *QueryReq) XXX_Unmarshal(b []byte) error

type RegetEthereumEventReq

type RegetEthereumEventReq struct {
	Start                int64    `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	Stop                 int64    `protobuf:"varint,2,opt,name=stop,proto3" json:"stop,omitempty"`
	ChainName            string   `protobuf:"bytes,3,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegetEthereumEventReq) Descriptor

func (*RegetEthereumEventReq) Descriptor() ([]byte, []int)

func (*RegetEthereumEventReq) GetChainName

func (m *RegetEthereumEventReq) GetChainName() string

func (*RegetEthereumEventReq) GetStart

func (m *RegetEthereumEventReq) GetStart() int64

func (*RegetEthereumEventReq) GetStop

func (m *RegetEthereumEventReq) GetStop() int64

func (*RegetEthereumEventReq) ProtoMessage

func (*RegetEthereumEventReq) ProtoMessage()

func (*RegetEthereumEventReq) Reset

func (m *RegetEthereumEventReq) Reset()

func (*RegetEthereumEventReq) String

func (m *RegetEthereumEventReq) String() string

func (*RegetEthereumEventReq) XXX_DiscardUnknown

func (m *RegetEthereumEventReq) XXX_DiscardUnknown()

func (*RegetEthereumEventReq) XXX_Marshal

func (m *RegetEthereumEventReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RegetEthereumEventReq) XXX_Merge

func (m *RegetEthereumEventReq) XXX_Merge(src proto.Message)

func (*RegetEthereumEventReq) XXX_Size

func (m *RegetEthereumEventReq) XXX_Size() int

func (*RegetEthereumEventReq) XXX_Unmarshal

func (m *RegetEthereumEventReq) XXX_Unmarshal(b []byte) error

type RelayTxDetail

type RelayTxDetail struct {
	ClaimType      int32 `protobuf:"varint,1,opt,name=claimType,proto3" json:"claimType,omitempty"`
	TxIndexRelayed int64 `protobuf:"varint,2,opt,name=txIndexRelayed,proto3" json:"txIndexRelayed,omitempty"`
	//中继交易,不是源交易
	Txhash               string   `protobuf:"bytes,3,opt,name=txhash,proto3" json:"txhash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RelayTxDetail) Descriptor

func (*RelayTxDetail) Descriptor() ([]byte, []int)

func (*RelayTxDetail) GetClaimType

func (m *RelayTxDetail) GetClaimType() int32

func (*RelayTxDetail) GetTxIndexRelayed

func (m *RelayTxDetail) GetTxIndexRelayed() int64

func (*RelayTxDetail) GetTxhash

func (m *RelayTxDetail) GetTxhash() string

func (*RelayTxDetail) ProtoMessage

func (*RelayTxDetail) ProtoMessage()

func (*RelayTxDetail) Reset

func (m *RelayTxDetail) Reset()

func (*RelayTxDetail) String

func (m *RelayTxDetail) String() string

func (*RelayTxDetail) XXX_DiscardUnknown

func (m *RelayTxDetail) XXX_DiscardUnknown()

func (*RelayTxDetail) XXX_Marshal

func (m *RelayTxDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RelayTxDetail) XXX_Merge

func (m *RelayTxDetail) XXX_Merge(src proto.Message)

func (*RelayTxDetail) XXX_Size

func (m *RelayTxDetail) XXX_Size() int

func (*RelayTxDetail) XXX_Unmarshal

func (m *RelayTxDetail) XXX_Unmarshal(b []byte) error

type RelayerConfig

type RelayerConfig struct {
	Title                string           `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	JrpcBindAddr         string           `protobuf:"bytes,2,opt,name=jrpcBindAddr,proto3" json:"jrpcBindAddr,omitempty"`
	EthRelayerCfg        []*EthRelayerCfg `protobuf:"bytes,3,rep,name=ethRelayerCfg,proto3" json:"ethRelayerCfg,omitempty"`
	ChainRelayerCfg      *ChainRelayerCfg `protobuf:"bytes,4,opt,name=chainRelayerCfg,proto3" json:"chainRelayerCfg,omitempty"`
	Log                  *Log             `protobuf:"bytes,5,opt,name=log,proto3" json:"log,omitempty"`
	Dbdriver             string           `protobuf:"bytes,6,opt,name=dbdriver,proto3" json:"dbdriver,omitempty"`
	DbPath               string           `protobuf:"bytes,7,opt,name=dbPath,proto3" json:"dbPath,omitempty"`
	DbCache              int32            `protobuf:"varint,8,opt,name=dbCache,proto3" json:"dbCache,omitempty"`
	ProcessWithDraw      bool             `protobuf:"varint,9,opt,name=processWithDraw,proto3" json:"processWithDraw,omitempty"`
	RemindUrl            string           `protobuf:"bytes,10,opt,name=remindUrl,proto3" json:"remindUrl,omitempty"`
	RemindClientErrorUrl string           `protobuf:"bytes,11,opt,name=remindClientErrorUrl,proto3" json:"remindClientErrorUrl,omitempty"`
	RemindEmail          []string         `protobuf:"bytes,12,rep,name=remindEmail,proto3" json:"remindEmail,omitempty"`
	DelayedSendTime      int64            `protobuf:"varint,13,opt,name=delayedSendTime,proto3" json:"delayedSendTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*RelayerConfig) Descriptor

func (*RelayerConfig) Descriptor() ([]byte, []int)

func (*RelayerConfig) GetChainRelayerCfg

func (m *RelayerConfig) GetChainRelayerCfg() *ChainRelayerCfg

func (*RelayerConfig) GetDbCache

func (m *RelayerConfig) GetDbCache() int32

func (*RelayerConfig) GetDbPath

func (m *RelayerConfig) GetDbPath() string

func (*RelayerConfig) GetDbdriver

func (m *RelayerConfig) GetDbdriver() string

func (*RelayerConfig) GetDelayedSendTime

func (m *RelayerConfig) GetDelayedSendTime() int64

func (*RelayerConfig) GetEthRelayerCfg

func (m *RelayerConfig) GetEthRelayerCfg() []*EthRelayerCfg

func (*RelayerConfig) GetJrpcBindAddr

func (m *RelayerConfig) GetJrpcBindAddr() string

func (*RelayerConfig) GetLog

func (m *RelayerConfig) GetLog() *Log

func (*RelayerConfig) GetProcessWithDraw

func (m *RelayerConfig) GetProcessWithDraw() bool

func (*RelayerConfig) GetRemindClientErrorUrl

func (m *RelayerConfig) GetRemindClientErrorUrl() string

func (*RelayerConfig) GetRemindEmail

func (m *RelayerConfig) GetRemindEmail() []string

func (*RelayerConfig) GetRemindUrl

func (m *RelayerConfig) GetRemindUrl() string

func (*RelayerConfig) GetTitle

func (m *RelayerConfig) GetTitle() string

func (*RelayerConfig) ProtoMessage

func (*RelayerConfig) ProtoMessage()

func (*RelayerConfig) Reset

func (m *RelayerConfig) Reset()

func (*RelayerConfig) String

func (m *RelayerConfig) String() string

func (*RelayerConfig) XXX_DiscardUnknown

func (m *RelayerConfig) XXX_DiscardUnknown()

func (*RelayerConfig) XXX_Marshal

func (m *RelayerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RelayerConfig) XXX_Merge

func (m *RelayerConfig) XXX_Merge(src proto.Message)

func (*RelayerConfig) XXX_Size

func (m *RelayerConfig) XXX_Size() int

func (*RelayerConfig) XXX_Unmarshal

func (m *RelayerConfig) XXX_Unmarshal(b []byte) error

type RelayerRunStatus

type RelayerRunStatus struct {
	Status               int32    `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Details              string   `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RelayerRunStatus) Descriptor

func (*RelayerRunStatus) Descriptor() ([]byte, []int)

func (*RelayerRunStatus) GetDetails

func (m *RelayerRunStatus) GetDetails() string

func (*RelayerRunStatus) GetStatus

func (m *RelayerRunStatus) GetStatus() int32

func (*RelayerRunStatus) ProtoMessage

func (*RelayerRunStatus) ProtoMessage()

func (*RelayerRunStatus) Reset

func (m *RelayerRunStatus) Reset()

func (*RelayerRunStatus) String

func (m *RelayerRunStatus) String() string

func (*RelayerRunStatus) XXX_DiscardUnknown

func (m *RelayerRunStatus) XXX_DiscardUnknown()

func (*RelayerRunStatus) XXX_Marshal

func (m *RelayerRunStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RelayerRunStatus) XXX_Merge

func (m *RelayerRunStatus) XXX_Merge(src proto.Message)

func (*RelayerRunStatus) XXX_Size

func (m *RelayerRunStatus) XXX_Size() int

func (*RelayerRunStatus) XXX_Unmarshal

func (m *RelayerRunStatus) XXX_Unmarshal(b []byte) error

type ReplyAddr

type ReplyAddr struct {
	IsOK                 bool     `protobuf:"varint,1,opt,name=isOK,proto3" json:"isOK,omitempty"`
	Addr                 string   `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReplyAddr) Descriptor

func (*ReplyAddr) Descriptor() ([]byte, []int)

func (*ReplyAddr) GetAddr

func (m *ReplyAddr) GetAddr() string

func (*ReplyAddr) GetIsOK

func (m *ReplyAddr) GetIsOK() bool

func (*ReplyAddr) ProtoMessage

func (*ReplyAddr) ProtoMessage()

func (*ReplyAddr) Reset

func (m *ReplyAddr) Reset()

func (*ReplyAddr) String

func (m *ReplyAddr) String() string

func (*ReplyAddr) XXX_DiscardUnknown

func (m *ReplyAddr) XXX_DiscardUnknown()

func (*ReplyAddr) XXX_Marshal

func (m *ReplyAddr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReplyAddr) XXX_Merge

func (m *ReplyAddr) XXX_Merge(src proto.Message)

func (*ReplyAddr) XXX_Size

func (m *ReplyAddr) XXX_Size() int

func (*ReplyAddr) XXX_Unmarshal

func (m *ReplyAddr) XXX_Unmarshal(b []byte) error

type ReplyBalance

type ReplyBalance struct {
	IsOK                 bool     `protobuf:"varint,1,opt,name=isOK,proto3" json:"isOK,omitempty"`
	Balance              string   `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReplyBalance) Descriptor

func (*ReplyBalance) Descriptor() ([]byte, []int)

func (*ReplyBalance) GetBalance

func (m *ReplyBalance) GetBalance() string

func (*ReplyBalance) GetIsOK

func (m *ReplyBalance) GetIsOK() bool

func (*ReplyBalance) ProtoMessage

func (*ReplyBalance) ProtoMessage()

func (*ReplyBalance) Reset

func (m *ReplyBalance) Reset()

func (*ReplyBalance) String

func (m *ReplyBalance) String() string

func (*ReplyBalance) XXX_DiscardUnknown

func (m *ReplyBalance) XXX_DiscardUnknown()

func (*ReplyBalance) XXX_Marshal

func (m *ReplyBalance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReplyBalance) XXX_Merge

func (m *ReplyBalance) XXX_Merge(src proto.Message)

func (*ReplyBalance) XXX_Size

func (m *ReplyBalance) XXX_Size() int

func (*ReplyBalance) XXX_Unmarshal

func (m *ReplyBalance) XXX_Unmarshal(b []byte) error

type ReqChangePasswd

type ReqChangePasswd struct {
	OldPassphase         string   `protobuf:"bytes,1,opt,name=oldPassphase,proto3" json:"oldPassphase,omitempty"`
	NewPassphase         string   `protobuf:"bytes,2,opt,name=newPassphase,proto3" json:"newPassphase,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqChangePasswd) Descriptor

func (*ReqChangePasswd) Descriptor() ([]byte, []int)

func (*ReqChangePasswd) GetNewPassphase

func (m *ReqChangePasswd) GetNewPassphase() string

func (*ReqChangePasswd) GetOldPassphase

func (m *ReqChangePasswd) GetOldPassphase() string

func (*ReqChangePasswd) ProtoMessage

func (*ReqChangePasswd) ProtoMessage()

func (*ReqChangePasswd) Reset

func (m *ReqChangePasswd) Reset()

func (*ReqChangePasswd) String

func (m *ReqChangePasswd) String() string

func (*ReqChangePasswd) XXX_DiscardUnknown

func (m *ReqChangePasswd) XXX_DiscardUnknown()

func (*ReqChangePasswd) XXX_Marshal

func (m *ReqChangePasswd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqChangePasswd) XXX_Merge

func (m *ReqChangePasswd) XXX_Merge(src proto.Message)

func (*ReqChangePasswd) XXX_Size

func (m *ReqChangePasswd) XXX_Size() int

func (*ReqChangePasswd) XXX_Unmarshal

func (m *ReqChangePasswd) XXX_Unmarshal(b []byte) error

type ReqSetPasswd

type ReqSetPasswd struct {
	Passphase            string   `protobuf:"bytes,1,opt,name=Passphase,proto3" json:"Passphase,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqSetPasswd) Descriptor

func (*ReqSetPasswd) Descriptor() ([]byte, []int)

func (*ReqSetPasswd) GetPassphase

func (m *ReqSetPasswd) GetPassphase() string

func (*ReqSetPasswd) ProtoMessage

func (*ReqSetPasswd) ProtoMessage()

func (*ReqSetPasswd) Reset

func (m *ReqSetPasswd) Reset()

func (*ReqSetPasswd) String

func (m *ReqSetPasswd) String() string

func (*ReqSetPasswd) XXX_DiscardUnknown

func (m *ReqSetPasswd) XXX_DiscardUnknown()

func (*ReqSetPasswd) XXX_Marshal

func (m *ReqSetPasswd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSetPasswd) XXX_Merge

func (m *ReqSetPasswd) XXX_Merge(src proto.Message)

func (*ReqSetPasswd) XXX_Size

func (m *ReqSetPasswd) XXX_Size() int

func (*ReqSetPasswd) XXX_Unmarshal

func (m *ReqSetPasswd) XXX_Unmarshal(b []byte) error

type ResendChainEventReq

type ResendChainEventReq struct {
	Height               int64    `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResendChainEventReq) Descriptor

func (*ResendChainEventReq) Descriptor() ([]byte, []int)

func (*ResendChainEventReq) GetHeight

func (m *ResendChainEventReq) GetHeight() int64

func (*ResendChainEventReq) ProtoMessage

func (*ResendChainEventReq) ProtoMessage()

func (*ResendChainEventReq) Reset

func (m *ResendChainEventReq) Reset()

func (*ResendChainEventReq) String

func (m *ResendChainEventReq) String() string

func (*ResendChainEventReq) XXX_DiscardUnknown

func (m *ResendChainEventReq) XXX_DiscardUnknown()

func (*ResendChainEventReq) XXX_Marshal

func (m *ResendChainEventReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResendChainEventReq) XXX_Merge

func (m *ResendChainEventReq) XXX_Merge(src proto.Message)

func (*ResendChainEventReq) XXX_Size

func (m *ResendChainEventReq) XXX_Size() int

func (*ResendChainEventReq) XXX_Unmarshal

func (m *ResendChainEventReq) XXX_Unmarshal(b []byte) error

type ResendEthereumEventReq

type ResendEthereumEventReq struct {
	Height               int64    `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	TxIndex              int32    `protobuf:"varint,2,opt,name=txIndex,proto3" json:"txIndex,omitempty"`
	ChainName            string   `protobuf:"bytes,3,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResendEthereumEventReq) Descriptor

func (*ResendEthereumEventReq) Descriptor() ([]byte, []int)

func (*ResendEthereumEventReq) GetChainName

func (m *ResendEthereumEventReq) GetChainName() string

func (*ResendEthereumEventReq) GetHeight

func (m *ResendEthereumEventReq) GetHeight() int64

func (*ResendEthereumEventReq) GetTxIndex

func (m *ResendEthereumEventReq) GetTxIndex() int32

func (*ResendEthereumEventReq) ProtoMessage

func (*ResendEthereumEventReq) ProtoMessage()

func (*ResendEthereumEventReq) Reset

func (m *ResendEthereumEventReq) Reset()

func (*ResendEthereumEventReq) String

func (m *ResendEthereumEventReq) String() string

func (*ResendEthereumEventReq) XXX_DiscardUnknown

func (m *ResendEthereumEventReq) XXX_DiscardUnknown()

func (*ResendEthereumEventReq) XXX_Marshal

func (m *ResendEthereumEventReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResendEthereumEventReq) XXX_Merge

func (m *ResendEthereumEventReq) XXX_Merge(src proto.Message)

func (*ResendEthereumEventReq) XXX_Size

func (m *ResendEthereumEventReq) XXX_Size() int

func (*ResendEthereumEventReq) XXX_Unmarshal

func (m *ResendEthereumEventReq) XXX_Unmarshal(b []byte) error

type SafeTransfer

type SafeTransfer struct {
	To                   string   `protobuf:"bytes,1,opt,name=to,proto3" json:"to,omitempty"`
	Token                string   `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	Amount               float64  `protobuf:"fixed64,3,opt,name=amount,proto3" json:"amount,omitempty"`
	OperatorPrivateKey   string   `protobuf:"bytes,4,opt,name=operatorPrivateKey,proto3" json:"operatorPrivateKey,omitempty"`
	OwnerPrivateKeys     []string `protobuf:"bytes,5,rep,name=ownerPrivateKeys,proto3" json:"ownerPrivateKeys,omitempty"`
	ChainName            string   `protobuf:"bytes,6,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SafeTransfer) Descriptor

func (*SafeTransfer) Descriptor() ([]byte, []int)

func (*SafeTransfer) GetAmount

func (m *SafeTransfer) GetAmount() float64

func (*SafeTransfer) GetChainName

func (m *SafeTransfer) GetChainName() string

func (*SafeTransfer) GetOperatorPrivateKey

func (m *SafeTransfer) GetOperatorPrivateKey() string

func (*SafeTransfer) GetOwnerPrivateKeys

func (m *SafeTransfer) GetOwnerPrivateKeys() []string

func (*SafeTransfer) GetTo

func (m *SafeTransfer) GetTo() string

func (*SafeTransfer) GetToken

func (m *SafeTransfer) GetToken() string

func (*SafeTransfer) ProtoMessage

func (*SafeTransfer) ProtoMessage()

func (*SafeTransfer) Reset

func (m *SafeTransfer) Reset()

func (*SafeTransfer) String

func (m *SafeTransfer) String() string

func (*SafeTransfer) XXX_DiscardUnknown

func (m *SafeTransfer) XXX_DiscardUnknown()

func (*SafeTransfer) XXX_Marshal

func (m *SafeTransfer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SafeTransfer) XXX_Merge

func (m *SafeTransfer) XXX_Merge(src proto.Message)

func (*SafeTransfer) XXX_Size

func (m *SafeTransfer) XXX_Size() int

func (*SafeTransfer) XXX_Unmarshal

func (m *SafeTransfer) XXX_Unmarshal(b []byte) error

type SetupMulSign

type SetupMulSign struct {
	OperatorPrivateKey   string   `protobuf:"bytes,1,opt,name=operatorPrivateKey,proto3" json:"operatorPrivateKey,omitempty"`
	Owners               []string `protobuf:"bytes,2,rep,name=owners,proto3" json:"owners,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetupMulSign) Descriptor

func (*SetupMulSign) Descriptor() ([]byte, []int)

func (*SetupMulSign) GetOperatorPrivateKey

func (m *SetupMulSign) GetOperatorPrivateKey() string

func (*SetupMulSign) GetOwners

func (m *SetupMulSign) GetOwners() []string

func (*SetupMulSign) ProtoMessage

func (*SetupMulSign) ProtoMessage()

func (*SetupMulSign) Reset

func (m *SetupMulSign) Reset()

func (*SetupMulSign) String

func (m *SetupMulSign) String() string

func (*SetupMulSign) XXX_DiscardUnknown

func (m *SetupMulSign) XXX_DiscardUnknown()

func (*SetupMulSign) XXX_Marshal

func (m *SetupMulSign) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetupMulSign) XXX_Merge

func (m *SetupMulSign) XXX_Merge(src proto.Message)

func (*SetupMulSign) XXX_Size

func (m *SetupMulSign) XXX_Size() int

func (*SetupMulSign) XXX_Unmarshal

func (m *SetupMulSign) XXX_Unmarshal(b []byte) error

type Symbol2EthChain

type Symbol2EthChain struct {
	Symbol2Name          map[string]string `` /* 163-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Symbol2EthChain) Descriptor

func (*Symbol2EthChain) Descriptor() ([]byte, []int)

func (*Symbol2EthChain) GetSymbol2Name

func (m *Symbol2EthChain) GetSymbol2Name() map[string]string

func (*Symbol2EthChain) ProtoMessage

func (*Symbol2EthChain) ProtoMessage()

func (*Symbol2EthChain) Reset

func (m *Symbol2EthChain) Reset()

func (*Symbol2EthChain) String

func (m *Symbol2EthChain) String() string

func (*Symbol2EthChain) XXX_DiscardUnknown

func (m *Symbol2EthChain) XXX_DiscardUnknown()

func (*Symbol2EthChain) XXX_Marshal

func (m *Symbol2EthChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Symbol2EthChain) XXX_Merge

func (m *Symbol2EthChain) XXX_Merge(src proto.Message)

func (*Symbol2EthChain) XXX_Size

func (m *Symbol2EthChain) XXX_Size() int

func (*Symbol2EthChain) XXX_Unmarshal

func (m *Symbol2EthChain) XXX_Unmarshal(b []byte) error

type SyncTxConfig

type SyncTxConfig struct {
	ChainHost            string   `protobuf:"bytes,1,opt,name=chainhost,proto3" json:"chainhost,omitempty"`
	PushHost             string   `protobuf:"bytes,2,opt,name=pushHost,proto3" json:"pushHost,omitempty"`
	PushName             string   `protobuf:"bytes,3,opt,name=pushName,proto3" json:"pushName,omitempty"`
	PushBind             string   `protobuf:"bytes,4,opt,name=pushBind,proto3" json:"pushBind,omitempty"`
	MaturityDegree       int32    `protobuf:"varint,5,opt,name=maturityDegree,proto3" json:"maturityDegree,omitempty"`
	FetchHeightPeriodMs  int64    `protobuf:"varint,9,opt,name=fetchHeightPeriodMs,proto3" json:"fetchHeightPeriodMs,omitempty"`
	StartSyncHeight      int64    `protobuf:"varint,10,opt,name=startSyncHeight,proto3" json:"startSyncHeight,omitempty"`
	StartSyncSequence    int64    `protobuf:"varint,11,opt,name=startSyncSequence,proto3" json:"startSyncSequence,omitempty"`
	StartSyncHash        string   `protobuf:"bytes,12,opt,name=startSyncHash,proto3" json:"startSyncHash,omitempty"`
	KeepAliveDuration    int64    `protobuf:"varint,13,opt,name=keepAliveDuration,proto3" json:"keepAliveDuration,omitempty"`
	ChainRpcUrls         []string `protobuf:"bytes,14,rep,name=chainRpcUrls,proto3" json:"chainRpcUrls,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncTxConfig) Descriptor

func (*SyncTxConfig) Descriptor() ([]byte, []int)

func (*SyncTxConfig) GetChainHost

func (m *SyncTxConfig) GetChainHost() string

func (*SyncTxConfig) GetChainRpcUrls

func (m *SyncTxConfig) GetChainRpcUrls() []string

func (*SyncTxConfig) GetFetchHeightPeriodMs

func (m *SyncTxConfig) GetFetchHeightPeriodMs() int64

func (*SyncTxConfig) GetKeepAliveDuration

func (m *SyncTxConfig) GetKeepAliveDuration() int64

func (*SyncTxConfig) GetMaturityDegree

func (m *SyncTxConfig) GetMaturityDegree() int32

func (*SyncTxConfig) GetPushBind

func (m *SyncTxConfig) GetPushBind() string

func (*SyncTxConfig) GetPushHost

func (m *SyncTxConfig) GetPushHost() string

func (*SyncTxConfig) GetPushName

func (m *SyncTxConfig) GetPushName() string

func (*SyncTxConfig) GetStartSyncHash

func (m *SyncTxConfig) GetStartSyncHash() string

func (*SyncTxConfig) GetStartSyncHeight

func (m *SyncTxConfig) GetStartSyncHeight() int64

func (*SyncTxConfig) GetStartSyncSequence

func (m *SyncTxConfig) GetStartSyncSequence() int64

func (*SyncTxConfig) ProtoMessage

func (*SyncTxConfig) ProtoMessage()

func (*SyncTxConfig) Reset

func (m *SyncTxConfig) Reset()

func (*SyncTxConfig) String

func (m *SyncTxConfig) String() string

func (*SyncTxConfig) XXX_DiscardUnknown

func (m *SyncTxConfig) XXX_DiscardUnknown()

func (*SyncTxConfig) XXX_Marshal

func (m *SyncTxConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyncTxConfig) XXX_Merge

func (m *SyncTxConfig) XXX_Merge(src proto.Message)

func (*SyncTxConfig) XXX_Size

func (m *SyncTxConfig) XXX_Size() int

func (*SyncTxConfig) XXX_Unmarshal

func (m *SyncTxConfig) XXX_Unmarshal(b []byte) error

type SyncTxReceiptConfig

type SyncTxReceiptConfig struct {
	ChainHost            string   `protobuf:"bytes,1,opt,name=chainhost,proto3" json:"chainhost,omitempty"`
	PushHost             string   `protobuf:"bytes,2,opt,name=pushHost,proto3" json:"pushHost,omitempty"`
	PushName             string   `protobuf:"bytes,3,opt,name=pushName,proto3" json:"pushName,omitempty"`
	PushBind             string   `protobuf:"bytes,4,opt,name=pushBind,proto3" json:"pushBind,omitempty"`
	StartSyncHeight      int64    `protobuf:"varint,5,opt,name=startSyncHeight,proto3" json:"startSyncHeight,omitempty"`
	StartSyncSequence    int64    `protobuf:"varint,6,opt,name=startSyncSequence,proto3" json:"startSyncSequence,omitempty"`
	StartSyncHash        string   `protobuf:"bytes,7,opt,name=startSyncHash,proto3" json:"startSyncHash,omitempty"`
	Contracts            []string `protobuf:"bytes,8,rep,name=contracts,proto3" json:"contracts,omitempty"`
	KeepAliveDuration    int64    `protobuf:"varint,9,opt,name=keepAliveDuration,proto3" json:"keepAliveDuration,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncTxReceiptConfig) Descriptor

func (*SyncTxReceiptConfig) Descriptor() ([]byte, []int)

func (*SyncTxReceiptConfig) GetChainHost

func (m *SyncTxReceiptConfig) GetChainHost() string

func (*SyncTxReceiptConfig) GetContracts

func (m *SyncTxReceiptConfig) GetContracts() []string

func (*SyncTxReceiptConfig) GetKeepAliveDuration

func (m *SyncTxReceiptConfig) GetKeepAliveDuration() int64

func (*SyncTxReceiptConfig) GetPushBind

func (m *SyncTxReceiptConfig) GetPushBind() string

func (*SyncTxReceiptConfig) GetPushHost

func (m *SyncTxReceiptConfig) GetPushHost() string

func (*SyncTxReceiptConfig) GetPushName

func (m *SyncTxReceiptConfig) GetPushName() string

func (*SyncTxReceiptConfig) GetStartSyncHash

func (m *SyncTxReceiptConfig) GetStartSyncHash() string

func (*SyncTxReceiptConfig) GetStartSyncHeight

func (m *SyncTxReceiptConfig) GetStartSyncHeight() int64

func (*SyncTxReceiptConfig) GetStartSyncSequence

func (m *SyncTxReceiptConfig) GetStartSyncSequence() int64

func (*SyncTxReceiptConfig) ProtoMessage

func (*SyncTxReceiptConfig) ProtoMessage()

func (*SyncTxReceiptConfig) Reset

func (m *SyncTxReceiptConfig) Reset()

func (*SyncTxReceiptConfig) String

func (m *SyncTxReceiptConfig) String() string

func (*SyncTxReceiptConfig) XXX_DiscardUnknown

func (m *SyncTxReceiptConfig) XXX_DiscardUnknown()

func (*SyncTxReceiptConfig) XXX_Marshal

func (m *SyncTxReceiptConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SyncTxReceiptConfig) XXX_Merge

func (m *SyncTxReceiptConfig) XXX_Merge(src proto.Message)

func (*SyncTxReceiptConfig) XXX_Size

func (m *SyncTxReceiptConfig) XXX_Size() int

func (*SyncTxReceiptConfig) XXX_Unmarshal

func (m *SyncTxReceiptConfig) XXX_Unmarshal(b []byte) error

type TokenAddress

type TokenAddress struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Symbol               string   `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"`
	ChainName            string   `protobuf:"bytes,3,opt,name=chainName,proto3" json:"chainName,omitempty"`
	Decimal              int32    `protobuf:"varint,4,opt,name=decimal,proto3" json:"decimal,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TokenAddress) Descriptor

func (*TokenAddress) Descriptor() ([]byte, []int)

func (*TokenAddress) GetAddress

func (m *TokenAddress) GetAddress() string

func (*TokenAddress) GetChainName

func (m *TokenAddress) GetChainName() string

func (*TokenAddress) GetDecimal

func (m *TokenAddress) GetDecimal() int32

func (*TokenAddress) GetSymbol

func (m *TokenAddress) GetSymbol() string

func (*TokenAddress) ProtoMessage

func (*TokenAddress) ProtoMessage()

func (*TokenAddress) Reset

func (m *TokenAddress) Reset()

func (*TokenAddress) String

func (m *TokenAddress) String() string

func (*TokenAddress) XXX_DiscardUnknown

func (m *TokenAddress) XXX_DiscardUnknown()

func (*TokenAddress) XXX_Marshal

func (m *TokenAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokenAddress) XXX_Merge

func (m *TokenAddress) XXX_Merge(src proto.Message)

func (*TokenAddress) XXX_Size

func (m *TokenAddress) XXX_Size() int

func (*TokenAddress) XXX_Unmarshal

func (m *TokenAddress) XXX_Unmarshal(b []byte) error

type TokenAddressArray

type TokenAddressArray struct {
	TokenAddress         []*TokenAddress `protobuf:"bytes,1,rep,name=tokenAddress,proto3" json:"tokenAddress,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*TokenAddressArray) Descriptor

func (*TokenAddressArray) Descriptor() ([]byte, []int)

func (*TokenAddressArray) GetTokenAddress

func (m *TokenAddressArray) GetTokenAddress() []*TokenAddress

func (*TokenAddressArray) ProtoMessage

func (*TokenAddressArray) ProtoMessage()

func (*TokenAddressArray) Reset

func (m *TokenAddressArray) Reset()

func (*TokenAddressArray) String

func (m *TokenAddressArray) String() string

func (*TokenAddressArray) XXX_DiscardUnknown

func (m *TokenAddressArray) XXX_DiscardUnknown()

func (*TokenAddressArray) XXX_Marshal

func (m *TokenAddressArray) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokenAddressArray) XXX_Merge

func (m *TokenAddressArray) XXX_Merge(src proto.Message)

func (*TokenAddressArray) XXX_Size

func (m *TokenAddressArray) XXX_Size() int

func (*TokenAddressArray) XXX_Unmarshal

func (m *TokenAddressArray) XXX_Unmarshal(b []byte) error

type TokenStaticsRequest

type TokenStaticsRequest struct {
	Symbol               string   `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
	From                 int32    `protobuf:"varint,2,opt,name=from,proto3" json:"from,omitempty"`
	Operation            int32    `protobuf:"varint,3,opt,name=operation,proto3" json:"operation,omitempty"`
	Status               int32    `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	TxIndex              int64    `protobuf:"varint,5,opt,name=txIndex,proto3" json:"txIndex,omitempty"`
	Count                int32    `protobuf:"varint,6,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TokenStaticsRequest) Descriptor

func (*TokenStaticsRequest) Descriptor() ([]byte, []int)

func (*TokenStaticsRequest) GetCount

func (m *TokenStaticsRequest) GetCount() int32

func (*TokenStaticsRequest) GetFrom

func (m *TokenStaticsRequest) GetFrom() int32

func (*TokenStaticsRequest) GetOperation

func (m *TokenStaticsRequest) GetOperation() int32

func (*TokenStaticsRequest) GetStatus

func (m *TokenStaticsRequest) GetStatus() int32

func (*TokenStaticsRequest) GetSymbol

func (m *TokenStaticsRequest) GetSymbol() string

func (*TokenStaticsRequest) GetTxIndex

func (m *TokenStaticsRequest) GetTxIndex() int64

func (*TokenStaticsRequest) ProtoMessage

func (*TokenStaticsRequest) ProtoMessage()

func (*TokenStaticsRequest) Reset

func (m *TokenStaticsRequest) Reset()

func (*TokenStaticsRequest) String

func (m *TokenStaticsRequest) String() string

func (*TokenStaticsRequest) XXX_DiscardUnknown

func (m *TokenStaticsRequest) XXX_DiscardUnknown()

func (*TokenStaticsRequest) XXX_Marshal

func (m *TokenStaticsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokenStaticsRequest) XXX_Merge

func (m *TokenStaticsRequest) XXX_Merge(src proto.Message)

func (*TokenStaticsRequest) XXX_Size

func (m *TokenStaticsRequest) XXX_Size() int

func (*TokenStaticsRequest) XXX_Unmarshal

func (m *TokenStaticsRequest) XXX_Unmarshal(b []byte) error

type TokenStaticsResponse

type TokenStaticsResponse struct {
	E2Cstatics           []*Ethereum2ChainStatics  `protobuf:"bytes,1,rep,name=e2Cstatics,proto3" json:"e2Cstatics,omitempty"`
	C2Estatics           []*ChainToEthereumStatics `protobuf:"bytes,2,rep,name=c2Estatics,proto3" json:"c2Estatics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*TokenStaticsResponse) Descriptor

func (*TokenStaticsResponse) Descriptor() ([]byte, []int)

func (*TokenStaticsResponse) GetC2Estatics

func (m *TokenStaticsResponse) GetC2Estatics() []*ChainToEthereumStatics

func (*TokenStaticsResponse) GetE2Cstatics

func (m *TokenStaticsResponse) GetE2Cstatics() []*Ethereum2ChainStatics

func (*TokenStaticsResponse) ProtoMessage

func (*TokenStaticsResponse) ProtoMessage()

func (*TokenStaticsResponse) Reset

func (m *TokenStaticsResponse) Reset()

func (*TokenStaticsResponse) String

func (m *TokenStaticsResponse) String() string

func (*TokenStaticsResponse) XXX_DiscardUnknown

func (m *TokenStaticsResponse) XXX_DiscardUnknown()

func (*TokenStaticsResponse) XXX_Marshal

func (m *TokenStaticsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokenStaticsResponse) XXX_Merge

func (m *TokenStaticsResponse) XXX_Merge(src proto.Message)

func (*TokenStaticsResponse) XXX_Size

func (m *TokenStaticsResponse) XXX_Size() int

func (*TokenStaticsResponse) XXX_Unmarshal

func (m *TokenStaticsResponse) XXX_Unmarshal(b []byte) error

type TransferToken

type TransferToken struct {
	TokenAddr            string   `protobuf:"bytes,1,opt,name=tokenAddr,proto3" json:"tokenAddr,omitempty"`
	FromKey              string   `protobuf:"bytes,2,opt,name=fromKey,proto3" json:"fromKey,omitempty"`
	ToAddr               string   `protobuf:"bytes,3,opt,name=toAddr,proto3" json:"toAddr,omitempty"`
	Amount               string   `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"`
	ChainName            string   `protobuf:"bytes,5,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TransferToken) Descriptor

func (*TransferToken) Descriptor() ([]byte, []int)

func (*TransferToken) GetAmount

func (m *TransferToken) GetAmount() string

func (*TransferToken) GetChainName

func (m *TransferToken) GetChainName() string

func (*TransferToken) GetFromKey

func (m *TransferToken) GetFromKey() string

func (*TransferToken) GetToAddr

func (m *TransferToken) GetToAddr() string

func (*TransferToken) GetTokenAddr

func (m *TransferToken) GetTokenAddr() string

func (*TransferToken) ProtoMessage

func (*TransferToken) ProtoMessage()

func (*TransferToken) Reset

func (m *TransferToken) Reset()

func (*TransferToken) String

func (m *TransferToken) String() string

func (*TransferToken) XXX_DiscardUnknown

func (m *TransferToken) XXX_DiscardUnknown()

func (*TransferToken) XXX_Marshal

func (m *TransferToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransferToken) XXX_Merge

func (m *TransferToken) XXX_Merge(src proto.Message)

func (*TransferToken) XXX_Size

func (m *TransferToken) XXX_Size() int

func (*TransferToken) XXX_Unmarshal

func (m *TransferToken) XXX_Unmarshal(b []byte) error

type TxReceiptReq

type TxReceiptReq struct {
	TxHash               string   `protobuf:"bytes,1,opt,name=txHash,proto3" json:"txHash,omitempty"`
	ChainName            string   `protobuf:"bytes,2,opt,name=chainName,proto3" json:"chainName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TxReceiptReq) Descriptor

func (*TxReceiptReq) Descriptor() ([]byte, []int)

func (*TxReceiptReq) GetChainName

func (m *TxReceiptReq) GetChainName() string

func (*TxReceiptReq) GetTxHash

func (m *TxReceiptReq) GetTxHash() string

func (*TxReceiptReq) ProtoMessage

func (*TxReceiptReq) ProtoMessage()

func (*TxReceiptReq) Reset

func (m *TxReceiptReq) Reset()

func (*TxReceiptReq) String

func (m *TxReceiptReq) String() string

func (*TxReceiptReq) XXX_DiscardUnknown

func (m *TxReceiptReq) XXX_DiscardUnknown()

func (*TxReceiptReq) XXX_Marshal

func (m *TxReceiptReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TxReceiptReq) XXX_Merge

func (m *TxReceiptReq) XXX_Merge(src proto.Message)

func (*TxReceiptReq) XXX_Size

func (m *TxReceiptReq) XXX_Size() int

func (*TxReceiptReq) XXX_Unmarshal

func (m *TxReceiptReq) XXX_Unmarshal(b []byte) error

type TxRelayAck

type TxRelayAck struct {
	TxHash               string   `protobuf:"bytes,1,opt,name=txHash,proto3" json:"txHash,omitempty"`
	FdIndex              int64    `protobuf:"varint,2,opt,name=fdIndex,proto3" json:"fdIndex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TxRelayAck) Descriptor

func (*TxRelayAck) Descriptor() ([]byte, []int)

func (*TxRelayAck) GetFdIndex

func (m *TxRelayAck) GetFdIndex() int64

func (*TxRelayAck) GetTxHash

func (m *TxRelayAck) GetTxHash() string

func (*TxRelayAck) ProtoMessage

func (*TxRelayAck) ProtoMessage()

func (*TxRelayAck) Reset

func (m *TxRelayAck) Reset()

func (*TxRelayAck) String

func (m *TxRelayAck) String() string

func (*TxRelayAck) XXX_DiscardUnknown

func (m *TxRelayAck) XXX_DiscardUnknown()

func (*TxRelayAck) XXX_Marshal

func (m *TxRelayAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TxRelayAck) XXX_Merge

func (m *TxRelayAck) XXX_Merge(src proto.Message)

func (*TxRelayAck) XXX_Size

func (m *TxRelayAck) XXX_Size() int

func (*TxRelayAck) XXX_Unmarshal

func (m *TxRelayAck) XXX_Unmarshal(b []byte) error

type TxRelayConfirm4Chain

type TxRelayConfirm4Chain struct {
	EventType            int32    `protobuf:"varint,1,opt,name=eventType,proto3" json:"eventType,omitempty"`
	Data                 []byte   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	FdTimes              int32    `protobuf:"varint,3,opt,name=fdTimes,proto3" json:"fdTimes,omitempty"`
	FdIndex              int64    `protobuf:"varint,4,opt,name=fdIndex,proto3" json:"fdIndex,omitempty"`
	ToChainName          string   `protobuf:"bytes,5,opt,name=toChainName,proto3" json:"toChainName,omitempty"`
	TxHash               []byte   `protobuf:"bytes,6,opt,name=txHash,proto3" json:"txHash,omitempty"`
	Resend               bool     `protobuf:"varint,7,opt,name=resend,proto3" json:"resend,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TxRelayConfirm4Chain) Descriptor

func (*TxRelayConfirm4Chain) Descriptor() ([]byte, []int)

func (*TxRelayConfirm4Chain) GetData

func (m *TxRelayConfirm4Chain) GetData() []byte

func (*TxRelayConfirm4Chain) GetEventType

func (m *TxRelayConfirm4Chain) GetEventType() int32

func (*TxRelayConfirm4Chain) GetFdIndex

func (m *TxRelayConfirm4Chain) GetFdIndex() int64

func (*TxRelayConfirm4Chain) GetFdTimes

func (m *TxRelayConfirm4Chain) GetFdTimes() int32

func (*TxRelayConfirm4Chain) GetResend

func (m *TxRelayConfirm4Chain) GetResend() bool

func (*TxRelayConfirm4Chain) GetToChainName

func (m *TxRelayConfirm4Chain) GetToChainName() string

func (*TxRelayConfirm4Chain) GetTxHash

func (m *TxRelayConfirm4Chain) GetTxHash() []byte

func (*TxRelayConfirm4Chain) ProtoMessage

func (*TxRelayConfirm4Chain) ProtoMessage()

func (*TxRelayConfirm4Chain) Reset

func (m *TxRelayConfirm4Chain) Reset()

func (*TxRelayConfirm4Chain) String

func (m *TxRelayConfirm4Chain) String() string

func (*TxRelayConfirm4Chain) XXX_DiscardUnknown

func (m *TxRelayConfirm4Chain) XXX_DiscardUnknown()

func (*TxRelayConfirm4Chain) XXX_Marshal

func (m *TxRelayConfirm4Chain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TxRelayConfirm4Chain) XXX_Merge

func (m *TxRelayConfirm4Chain) XXX_Merge(src proto.Message)

func (*TxRelayConfirm4Chain) XXX_Size

func (m *TxRelayConfirm4Chain) XXX_Size() int

func (*TxRelayConfirm4Chain) XXX_Unmarshal

func (m *TxRelayConfirm4Chain) XXX_Unmarshal(b []byte) error

type TxRelayConfirm4Ethereum

type TxRelayConfirm4Ethereum struct {
	EventType            int32    `protobuf:"varint,1,opt,name=eventType,proto3" json:"eventType,omitempty"`
	Data                 []byte   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	FdTimes              int32    `protobuf:"varint,3,opt,name=fdTimes,proto3" json:"fdTimes,omitempty"`
	FdIndex              int64    `protobuf:"varint,4,opt,name=fdIndex,proto3" json:"fdIndex,omitempty"`
	TxHash               string   `protobuf:"bytes,5,opt,name=txHash,proto3" json:"txHash,omitempty"`
	Resend               bool     `protobuf:"varint,6,opt,name=resend,proto3" json:"resend,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TxRelayConfirm4Ethereum) Descriptor

func (*TxRelayConfirm4Ethereum) Descriptor() ([]byte, []int)

func (*TxRelayConfirm4Ethereum) GetData

func (m *TxRelayConfirm4Ethereum) GetData() []byte

func (*TxRelayConfirm4Ethereum) GetEventType

func (m *TxRelayConfirm4Ethereum) GetEventType() int32

func (*TxRelayConfirm4Ethereum) GetFdIndex

func (m *TxRelayConfirm4Ethereum) GetFdIndex() int64

func (*TxRelayConfirm4Ethereum) GetFdTimes

func (m *TxRelayConfirm4Ethereum) GetFdTimes() int32

func (*TxRelayConfirm4Ethereum) GetResend

func (m *TxRelayConfirm4Ethereum) GetResend() bool

func (*TxRelayConfirm4Ethereum) GetTxHash

func (m *TxRelayConfirm4Ethereum) GetTxHash() string

func (*TxRelayConfirm4Ethereum) ProtoMessage

func (*TxRelayConfirm4Ethereum) ProtoMessage()

func (*TxRelayConfirm4Ethereum) Reset

func (m *TxRelayConfirm4Ethereum) Reset()

func (*TxRelayConfirm4Ethereum) String

func (m *TxRelayConfirm4Ethereum) String() string

func (*TxRelayConfirm4Ethereum) XXX_DiscardUnknown

func (m *TxRelayConfirm4Ethereum) XXX_DiscardUnknown()

func (*TxRelayConfirm4Ethereum) XXX_Marshal

func (m *TxRelayConfirm4Ethereum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TxRelayConfirm4Ethereum) XXX_Merge

func (m *TxRelayConfirm4Ethereum) XXX_Merge(src proto.Message)

func (*TxRelayConfirm4Ethereum) XXX_Size

func (m *TxRelayConfirm4Ethereum) XXX_Size() int

func (*TxRelayConfirm4Ethereum) XXX_Unmarshal

func (m *TxRelayConfirm4Ethereum) XXX_Unmarshal(b []byte) error

type Txhashes

type Txhashes struct {
	Txhash               []string `protobuf:"bytes,1,rep,name=txhash,proto3" json:"txhash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Txhashes) Descriptor

func (*Txhashes) Descriptor() ([]byte, []int)

func (*Txhashes) GetTxhash

func (m *Txhashes) GetTxhash() []string

func (*Txhashes) ProtoMessage

func (*Txhashes) ProtoMessage()

func (*Txhashes) Reset

func (m *Txhashes) Reset()

func (*Txhashes) String

func (m *Txhashes) String() string

func (*Txhashes) XXX_DiscardUnknown

func (m *Txhashes) XXX_DiscardUnknown()

func (*Txhashes) XXX_Marshal

func (m *Txhashes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Txhashes) XXX_Merge

func (m *Txhashes) XXX_Merge(src proto.Message)

func (*Txhashes) XXX_Size

func (m *Txhashes) XXX_Size() int

func (*Txhashes) XXX_Unmarshal

func (m *Txhashes) XXX_Unmarshal(b []byte) error

type Uint64

type Uint64 struct {
	Data                 uint64   `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Uint64) Descriptor

func (*Uint64) Descriptor() ([]byte, []int)

func (*Uint64) GetData

func (m *Uint64) GetData() uint64

func (*Uint64) ProtoMessage

func (*Uint64) ProtoMessage()

func (*Uint64) Reset

func (m *Uint64) Reset()

func (*Uint64) String

func (m *Uint64) String() string

func (*Uint64) XXX_DiscardUnknown

func (m *Uint64) XXX_DiscardUnknown()

func (*Uint64) XXX_Marshal

func (m *Uint64) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Uint64) XXX_Merge

func (m *Uint64) XXX_Merge(src proto.Message)

func (*Uint64) XXX_Size

func (m *Uint64) XXX_Size() int

func (*Uint64) XXX_Unmarshal

func (m *Uint64) XXX_Unmarshal(b []byte) error

type ValidatorAddr4EthRelayer

type ValidatorAddr4EthRelayer struct {
	EthereumValidator    string   `protobuf:"bytes,1,opt,name=ethereumValidator,proto3" json:"ethereumValidator,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ValidatorAddr4EthRelayer) Descriptor

func (*ValidatorAddr4EthRelayer) Descriptor() ([]byte, []int)

func (*ValidatorAddr4EthRelayer) GetEthereumValidator

func (m *ValidatorAddr4EthRelayer) GetEthereumValidator() string

func (*ValidatorAddr4EthRelayer) ProtoMessage

func (*ValidatorAddr4EthRelayer) ProtoMessage()

func (*ValidatorAddr4EthRelayer) Reset

func (m *ValidatorAddr4EthRelayer) Reset()

func (*ValidatorAddr4EthRelayer) String

func (m *ValidatorAddr4EthRelayer) String() string

func (*ValidatorAddr4EthRelayer) XXX_DiscardUnknown

func (m *ValidatorAddr4EthRelayer) XXX_DiscardUnknown()

func (*ValidatorAddr4EthRelayer) XXX_Marshal

func (m *ValidatorAddr4EthRelayer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidatorAddr4EthRelayer) XXX_Merge

func (m *ValidatorAddr4EthRelayer) XXX_Merge(src proto.Message)

func (*ValidatorAddr4EthRelayer) XXX_Size

func (m *ValidatorAddr4EthRelayer) XXX_Size() int

func (*ValidatorAddr4EthRelayer) XXX_Unmarshal

func (m *ValidatorAddr4EthRelayer) XXX_Unmarshal(b []byte) error

type WithdrawFromChain

type WithdrawFromChain struct {
	OwnerKey             string   `protobuf:"bytes,1,opt,name=ownerKey,proto3" json:"ownerKey,omitempty"`
	TokenAddr            string   `protobuf:"bytes,2,opt,name=tokenAddr,proto3" json:"tokenAddr,omitempty"`
	Amount               string   `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	EthereumReceiver     string   `protobuf:"bytes,4,opt,name=ethereumReceiver,proto3" json:"ethereumReceiver,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WithdrawFromChain) Descriptor

func (*WithdrawFromChain) Descriptor() ([]byte, []int)

func (*WithdrawFromChain) GetAmount

func (m *WithdrawFromChain) GetAmount() string

func (*WithdrawFromChain) GetEthereumReceiver

func (m *WithdrawFromChain) GetEthereumReceiver() string

func (*WithdrawFromChain) GetOwnerKey

func (m *WithdrawFromChain) GetOwnerKey() string

func (*WithdrawFromChain) GetTokenAddr

func (m *WithdrawFromChain) GetTokenAddr() string

func (*WithdrawFromChain) ProtoMessage

func (*WithdrawFromChain) ProtoMessage()

func (*WithdrawFromChain) Reset

func (m *WithdrawFromChain) Reset()

func (*WithdrawFromChain) String

func (m *WithdrawFromChain) String() string

func (*WithdrawFromChain) XXX_DiscardUnknown

func (m *WithdrawFromChain) XXX_DiscardUnknown()

func (*WithdrawFromChain) XXX_Marshal

func (m *WithdrawFromChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WithdrawFromChain) XXX_Merge

func (m *WithdrawFromChain) XXX_Merge(src proto.Message)

func (*WithdrawFromChain) XXX_Size

func (m *WithdrawFromChain) XXX_Size() int

func (*WithdrawFromChain) XXX_Unmarshal

func (m *WithdrawFromChain) XXX_Unmarshal(b []byte) error

type WithdrawPara

type WithdrawPara struct {
	Fee                  string   `protobuf:"bytes,1,opt,name=fee,proto3" json:"fee,omitempty"`
	AmountPerDay         string   `protobuf:"bytes,2,opt,name=amountPerDay,proto3" json:"amountPerDay,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WithdrawPara) Descriptor

func (*WithdrawPara) Descriptor() ([]byte, []int)

func (*WithdrawPara) GetAmountPerDay

func (m *WithdrawPara) GetAmountPerDay() string

func (*WithdrawPara) GetFee

func (m *WithdrawPara) GetFee() string

func (*WithdrawPara) ProtoMessage

func (*WithdrawPara) ProtoMessage()

func (*WithdrawPara) Reset

func (m *WithdrawPara) Reset()

func (*WithdrawPara) String

func (m *WithdrawPara) String() string

func (*WithdrawPara) XXX_DiscardUnknown

func (m *WithdrawPara) XXX_DiscardUnknown()

func (*WithdrawPara) XXX_Marshal

func (m *WithdrawPara) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WithdrawPara) XXX_Merge

func (m *WithdrawPara) XXX_Merge(src proto.Message)

func (*WithdrawPara) XXX_Size

func (m *WithdrawPara) XXX_Size() int

func (*WithdrawPara) XXX_Unmarshal

func (m *WithdrawPara) XXX_Unmarshal(b []byte) error

type WithdrawSymbol2Para

type WithdrawSymbol2Para struct {
	Symbol2Para          map[string]*WithdrawPara `` /* 163-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*WithdrawSymbol2Para) Descriptor

func (*WithdrawSymbol2Para) Descriptor() ([]byte, []int)

func (*WithdrawSymbol2Para) GetSymbol2Para

func (m *WithdrawSymbol2Para) GetSymbol2Para() map[string]*WithdrawPara

func (*WithdrawSymbol2Para) ProtoMessage

func (*WithdrawSymbol2Para) ProtoMessage()

func (*WithdrawSymbol2Para) Reset

func (m *WithdrawSymbol2Para) Reset()

func (*WithdrawSymbol2Para) String

func (m *WithdrawSymbol2Para) String() string

func (*WithdrawSymbol2Para) XXX_DiscardUnknown

func (m *WithdrawSymbol2Para) XXX_DiscardUnknown()

func (*WithdrawSymbol2Para) XXX_Marshal

func (m *WithdrawSymbol2Para) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WithdrawSymbol2Para) XXX_Merge

func (m *WithdrawSymbol2Para) XXX_Merge(src proto.Message)

func (*WithdrawSymbol2Para) XXX_Size

func (m *WithdrawSymbol2Para) XXX_Size() int

func (*WithdrawSymbol2Para) XXX_Unmarshal

func (m *WithdrawSymbol2Para) XXX_Unmarshal(b []byte) error

type WithdrawTx

type WithdrawTx struct {
	ChainSender          string   `protobuf:"bytes,1,opt,name=chainSender,proto3" json:"chainSender,omitempty"`
	EthereumReceiver     string   `protobuf:"bytes,2,opt,name=ethereumReceiver,proto3" json:"ethereumReceiver,omitempty"`
	Symbol               string   `protobuf:"bytes,4,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Amount               string   `protobuf:"bytes,5,opt,name=amount,proto3" json:"amount,omitempty"`
	Nonce                int64    `protobuf:"varint,6,opt,name=nonce,proto3" json:"nonce,omitempty"`
	TxHashOnChain        string   `protobuf:"bytes,7,opt,name=txHashOnChain,proto3" json:"txHashOnChain,omitempty"`
	TxHashOnEthereum     string   `protobuf:"bytes,8,opt,name=txHashOnEthereum,proto3" json:"txHashOnEthereum,omitempty"`
	Year                 int32    `protobuf:"varint,9,opt,name=year,proto3" json:"year,omitempty"`
	Month                int32    `protobuf:"varint,10,opt,name=month,proto3" json:"month,omitempty"`
	Day                  int32    `protobuf:"varint,11,opt,name=day,proto3" json:"day,omitempty"`
	Status               int32    `protobuf:"varint,12,opt,name=status,proto3" json:"status,omitempty"`
	StatusDescription    string   `protobuf:"bytes,13,opt,name=statusDescription,proto3" json:"statusDescription,omitempty"`
	ErrorDescription     string   `protobuf:"bytes,14,opt,name=errorDescription,proto3" json:"errorDescription,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WithdrawTx) Descriptor

func (*WithdrawTx) Descriptor() ([]byte, []int)

func (*WithdrawTx) GetAmount

func (m *WithdrawTx) GetAmount() string

func (*WithdrawTx) GetChainSender

func (m *WithdrawTx) GetChainSender() string

func (*WithdrawTx) GetDay

func (m *WithdrawTx) GetDay() int32

func (*WithdrawTx) GetErrorDescription

func (m *WithdrawTx) GetErrorDescription() string

func (*WithdrawTx) GetEthereumReceiver

func (m *WithdrawTx) GetEthereumReceiver() string

func (*WithdrawTx) GetMonth

func (m *WithdrawTx) GetMonth() int32

func (*WithdrawTx) GetNonce

func (m *WithdrawTx) GetNonce() int64

func (*WithdrawTx) GetStatus

func (m *WithdrawTx) GetStatus() int32

func (*WithdrawTx) GetStatusDescription

func (m *WithdrawTx) GetStatusDescription() string

func (*WithdrawTx) GetSymbol

func (m *WithdrawTx) GetSymbol() string

func (*WithdrawTx) GetTxHashOnChain

func (m *WithdrawTx) GetTxHashOnChain() string

func (*WithdrawTx) GetTxHashOnEthereum

func (m *WithdrawTx) GetTxHashOnEthereum() string

func (*WithdrawTx) GetYear

func (m *WithdrawTx) GetYear() int32

func (*WithdrawTx) ProtoMessage

func (*WithdrawTx) ProtoMessage()

func (*WithdrawTx) Reset

func (m *WithdrawTx) Reset()

func (*WithdrawTx) String

func (m *WithdrawTx) String() string

func (*WithdrawTx) XXX_DiscardUnknown

func (m *WithdrawTx) XXX_DiscardUnknown()

func (*WithdrawTx) XXX_Marshal

func (m *WithdrawTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WithdrawTx) XXX_Merge

func (m *WithdrawTx) XXX_Merge(src proto.Message)

func (*WithdrawTx) XXX_Size

func (m *WithdrawTx) XXX_Size() int

func (*WithdrawTx) XXX_Unmarshal

func (m *WithdrawTx) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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