Documentation ¶
Index ¶
- Constants
- Variables
- func IsCustomError(err error) bool
- func IsProcessorBridge(name string) bool
- func IsProcessorSwap(name string) bool
- type BonderFee
- type CelerBridgeProcessor
- func (s *CelerBridgeProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
- func (s *CelerBridgeProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
- func (s *CelerBridgeProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
- func (s *CelerBridgeProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
- func (s *CelerBridgeProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
- func (s *CelerBridgeProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
- func (s *CelerBridgeProcessor) Name() string
- func (c *CelerBridgeProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
- func (s *CelerBridgeProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, ...) (types.Hash, uint64, error)
- type CelerBridgeTxArgs
- type ENSPublicKeyProcessor
- func (s *ENSPublicKeyProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
- func (s *ENSPublicKeyProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
- func (s *ENSPublicKeyProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
- func (s *ENSPublicKeyProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
- func (s *ENSPublicKeyProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
- func (s *ENSPublicKeyProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
- func (s *ENSPublicKeyProcessor) Name() string
- func (s *ENSPublicKeyProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
- func (s *ENSPublicKeyProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, ...) (hash types.Hash, usedNonce uint64, err error)
- type ENSRegisterProcessor
- func (s *ENSRegisterProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
- func (s *ENSRegisterProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
- func (s *ENSRegisterProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
- func (s *ENSRegisterProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
- func (s *ENSRegisterProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
- func (s *ENSRegisterProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
- func (s *ENSRegisterProcessor) GetPriceForRegisteringEnsName(chainID uint64) (*big.Int, error)
- func (s *ENSRegisterProcessor) Name() string
- func (s *ENSRegisterProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
- func (s *ENSRegisterProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, ...) (hash types.Hash, usedNonce uint64, err error)
- type ENSReleaseProcessor
- func (s *ENSReleaseProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
- func (s *ENSReleaseProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
- func (s *ENSReleaseProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
- func (s *ENSReleaseProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
- func (s *ENSReleaseProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
- func (s *ENSReleaseProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
- func (s *ENSReleaseProcessor) Name() string
- func (s *ENSReleaseProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
- func (s *ENSReleaseProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, ...) (hash types.Hash, usedNonce uint64, err error)
- type ERC1155Processor
- func (s *ERC1155Processor) AvailableFor(params ProcessorInputParams) (bool, error)
- func (s *ERC1155Processor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
- func (s *ERC1155Processor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
- func (s *ERC1155Processor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
- func (s *ERC1155Processor) EstimateGas(params ProcessorInputParams) (uint64, error)
- func (s *ERC1155Processor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
- func (s *ERC1155Processor) Name() string
- func (s *ERC1155Processor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
- func (s *ERC1155Processor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, ...) (hash types.Hash, usedNonce uint64, err error)
- type ERC1155TxArgs
- type ERC721Processor
- func (s *ERC721Processor) AvailableFor(params ProcessorInputParams) (bool, error)
- func (s *ERC721Processor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
- func (s *ERC721Processor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
- func (s *ERC721Processor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
- func (s *ERC721Processor) EstimateGas(params ProcessorInputParams) (uint64, error)
- func (s *ERC721Processor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
- func (s *ERC721Processor) Name() string
- func (s *ERC721Processor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
- func (s *ERC721Processor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, ...) (hash types.Hash, usedNonce uint64, err error)
- type ERC721TxArgs
- type Estimation
- type HopBridgeProcessor
- func (h *HopBridgeProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
- func (h *HopBridgeProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
- func (h *HopBridgeProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
- func (h *HopBridgeProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
- func (h *HopBridgeProcessor) Clear()
- func (h *HopBridgeProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
- func (h *HopBridgeProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
- func (h *HopBridgeProcessor) Name() string
- func (h *HopBridgeProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
- func (h *HopBridgeProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, ...) (hash types.Hash, nonce uint64, err error)
- type HopBridgeTxArgs
- type MultipathProcessorTxArgs
- type PathProcessor
- type PathProcessorClearable
- type ProcessorInputParams
- type StickersBuyProcessor
- func (s *StickersBuyProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
- func (s *StickersBuyProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
- func (s *StickersBuyProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
- func (s *StickersBuyProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
- func (s *StickersBuyProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
- func (s *StickersBuyProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
- func (s *StickersBuyProcessor) Name() string
- func (s *StickersBuyProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
- func (s *StickersBuyProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, ...) (hash types.Hash, usedNonce uint64, err error)
- type SwapParaswapProcessor
- func (s *SwapParaswapProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
- func (s *SwapParaswapProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
- func (s *SwapParaswapProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
- func (s *SwapParaswapProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
- func (s *SwapParaswapProcessor) Clear()
- func (s *SwapParaswapProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
- func (s *SwapParaswapProcessor) GetContractAddress(params ProcessorInputParams) (address common.Address, err error)
- func (s *SwapParaswapProcessor) Name() string
- func (s *SwapParaswapProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
- func (s *SwapParaswapProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, ...) (types.Hash, uint64, error)
- type SwapParaswapTxArgs
- type TransferProcessor
- func (s *TransferProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
- func (s *TransferProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
- func (s *TransferProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
- func (s *TransferProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
- func (s *TransferProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
- func (s *TransferProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
- func (s *TransferProcessor) Name() string
- func (s *TransferProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
- func (s *TransferProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, ...) (types.Hash, uint64, error)
Constants ¶
View Source
const ( IncreaseEstimatedGasFactor = 1.1 SevenDaysInSeconds = 60 * 60 * 24 * 7 EthSymbol = "ETH" SntSymbol = "SNT" SttSymbol = "STT" UsdcSymbol = "USDC" HopSymbol = "HOP" ProcessorTransferName = "Transfer" ProcessorBridgeHopName = "Hop" ProcessorBridgeCelerName = "CBridge" ProcessorSwapParaswapName = "Paraswap" ProcessorERC721Name = "ERC721Transfer" ProcessorERC1155Name = "ERC1155Transfer" ProcessorENSRegisterName = "ENSRegister" ProcessorENSReleaseName = "ENSRelease" ProcessorENSPublicKeyName = "ENSPublicKey" ProcessorStickersBuyName = "StickersBuy" )
Variables ¶
View Source
var ( ZeroAddress = common.Address{} ZeroBigIntValue = big.NewInt(0) )
View Source
var ( ErrFailedToParseBaseFee = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-001"), Details: "failed to parse base fee"} ErrFailedToParsePercentageFee = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-002"), Details: "failed to parse percentage fee"} ErrContractNotFound = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-003"), Details: "contract not found"} ErrNetworkNotFound = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-004"), Details: "network not found"} ErrTokenNotFound = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-005"), Details: "token not found"} ErrNoEstimationFound = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-006"), Details: "no estimation found"} ErrNotAvailableForContractType = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-007"), Details: "not available for contract type"} ErrNoBonderFeeFound = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-008"), Details: "no bonder fee found"} ErrContractTypeNotSupported = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-009"), Details: "contract type not supported"} ErrFromChainNotSupported = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-010"), Details: "from chain not supported"} ErrToChainNotSupported = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-011"), Details: "to chain not supported"} ErrTxForChainNotSupported = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-012"), Details: "tx for chain not supported"} ErrENSResolverNotFound = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-013"), Details: "ENS resolver not found"} ErrENSRegistrarNotFound = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-014"), Details: "ENS registrar not found"} ErrToAndFromTokensMustBeSet = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-015"), Details: "to and from tokens must be set"} ErrCannotResolveTokens = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-016"), Details: "cannot resolve tokens"} ErrPriceRouteNotFound = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-017"), Details: "price route not found"} ErrConvertingAmountToBigInt = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-018"), Details: "converting amount to big.Int"} ErrNoChainSet = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-019"), Details: "no chain set"} ErrNoTokenSet = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-020"), Details: "no token set"} ErrToTokenShouldNotBeSet = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-021"), Details: "to token should not be set"} ErrFromAndToChainsMustBeDifferent = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-022"), Details: "from and to chains must be different"} ErrFromAndToChainsMustBeSame = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-023"), Details: "from and to chains must be same"} ErrFromAndToTokensMustBeDifferent = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-024"), Details: "from and to tokens must be different"} ErrTransferCustomError = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-025"), Details: "Transfer custom error"} ErrERC721TransferCustomError = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-026"), Details: "ERC721Transfer custom error"} ErrERC1155TransferCustomError = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-027"), Details: "ERC1155Transfer custom error"} ErrBridgeHopCustomError = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-028"), Details: "Hop custom error"} ErrBridgeCellerCustomError = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-029"), Details: "CBridge custom error"} ErrSwapParaswapCustomError = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-030"), Details: "Paraswap custom error"} ErrENSRegisterCustomError = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-031"), Details: "ENSRegister custom error"} ErrENSReleaseCustomError = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-032"), Details: "ENSRelease custom error"} ErrENSPublicKeyCustomError = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-033"), Details: "ENSPublicKey custom error"} ErrStickersBuyCustomError = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-034"), Details: "StickersBuy custom error"} ErrContextCancelled = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-035"), Details: "context cancelled"} ErrContextDeadlineExceeded = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-036"), Details: "context deadline exceeded"} ErrPriceTimeout = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-037"), Details: "price timeout"} ErrNotEnoughLiquidity = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-038"), Details: "not enough liquidity"} ErrPriceImpactTooHigh = &errors.ErrorResponse{Code: errors.ErrorCode("WPP-039"), Details: "price impact too high"} )
Abbreviartion `WPP` for the error code stands for `Wallet Path Processor`
Functions ¶
func IsCustomError ¶ added in v0.182.40
func IsProcessorBridge ¶ added in v0.184.49
func IsProcessorSwap ¶ added in v0.184.49
Types ¶
type BonderFee ¶
type BonderFee struct { AmountIn *bigint.BigInt `json:"amountIn"` Slippage float32 `json:"slippage"` AmountOutMin *bigint.BigInt `json:"amountOutMin"` DestinationAmountOutMin *bigint.BigInt `json:"destinationAmountOutMin"` BonderFee *bigint.BigInt `json:"bonderFee"` EstimatedRecieved *bigint.BigInt `json:"estimatedRecieved"` Deadline int64 `json:"deadline"` DestinationDeadline int64 `json:"destinationDeadline"` }
func (*BonderFee) UnmarshalJSON ¶
type CelerBridgeProcessor ¶
type CelerBridgeProcessor struct {
// contains filtered or unexported fields
}
func NewCelerBridgeProcessor ¶
func NewCelerBridgeProcessor(rpcClient *rpc.Client, transactor transactions.TransactorIface, tokenManager *token.Manager) *CelerBridgeProcessor
func (*CelerBridgeProcessor) AvailableFor ¶
func (s *CelerBridgeProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
func (*CelerBridgeProcessor) BuildTransaction ¶
func (s *CelerBridgeProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
func (*CelerBridgeProcessor) CalculateAmountOut ¶
func (s *CelerBridgeProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
func (*CelerBridgeProcessor) CalculateFees ¶
func (s *CelerBridgeProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
func (*CelerBridgeProcessor) EstimateGas ¶
func (s *CelerBridgeProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
func (*CelerBridgeProcessor) GetContractAddress ¶
func (s *CelerBridgeProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
func (*CelerBridgeProcessor) Name ¶
func (s *CelerBridgeProcessor) Name() string
func (*CelerBridgeProcessor) PackTxInputData ¶
func (c *CelerBridgeProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
func (*CelerBridgeProcessor) Send ¶
func (s *CelerBridgeProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (types.Hash, uint64, error)
type CelerBridgeTxArgs ¶
type CelerBridgeTxArgs struct { transactions.SendTxArgs ChainID uint64 `json:"chainId"` Symbol string `json:"symbol"` Recipient common.Address `json:"recipient"` Amount *hexutil.Big `json:"amount"` }
type ENSPublicKeyProcessor ¶
type ENSPublicKeyProcessor struct {
// contains filtered or unexported fields
}
func NewENSPublicKeyProcessor ¶
func NewENSPublicKeyProcessor(rpcClient *rpc.Client, transactor transactions.TransactorIface, ensService *ens.Service) *ENSPublicKeyProcessor
func (*ENSPublicKeyProcessor) AvailableFor ¶
func (s *ENSPublicKeyProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
func (*ENSPublicKeyProcessor) BuildTransaction ¶
func (s *ENSPublicKeyProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
func (*ENSPublicKeyProcessor) CalculateAmountOut ¶
func (s *ENSPublicKeyProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
func (*ENSPublicKeyProcessor) CalculateFees ¶
func (s *ENSPublicKeyProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
func (*ENSPublicKeyProcessor) EstimateGas ¶
func (s *ENSPublicKeyProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
func (*ENSPublicKeyProcessor) GetContractAddress ¶
func (s *ENSPublicKeyProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
func (*ENSPublicKeyProcessor) Name ¶
func (s *ENSPublicKeyProcessor) Name() string
func (*ENSPublicKeyProcessor) PackTxInputData ¶
func (s *ENSPublicKeyProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
func (*ENSPublicKeyProcessor) Send ¶
func (s *ENSPublicKeyProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (hash types.Hash, usedNonce uint64, err error)
type ENSRegisterProcessor ¶
type ENSRegisterProcessor struct {
// contains filtered or unexported fields
}
func NewENSRegisterProcessor ¶
func NewENSRegisterProcessor(rpcClient *rpc.Client, transactor transactions.TransactorIface, ensService *ens.Service) *ENSRegisterProcessor
func (*ENSRegisterProcessor) AvailableFor ¶
func (s *ENSRegisterProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
func (*ENSRegisterProcessor) BuildTransaction ¶
func (s *ENSRegisterProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
func (*ENSRegisterProcessor) CalculateAmountOut ¶
func (s *ENSRegisterProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
func (*ENSRegisterProcessor) CalculateFees ¶
func (s *ENSRegisterProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
func (*ENSRegisterProcessor) EstimateGas ¶
func (s *ENSRegisterProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
func (*ENSRegisterProcessor) GetContractAddress ¶
func (s *ENSRegisterProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
func (*ENSRegisterProcessor) GetPriceForRegisteringEnsName ¶
func (s *ENSRegisterProcessor) GetPriceForRegisteringEnsName(chainID uint64) (*big.Int, error)
func (*ENSRegisterProcessor) Name ¶
func (s *ENSRegisterProcessor) Name() string
func (*ENSRegisterProcessor) PackTxInputData ¶
func (s *ENSRegisterProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
func (*ENSRegisterProcessor) Send ¶
func (s *ENSRegisterProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (hash types.Hash, usedNonce uint64, err error)
type ENSReleaseProcessor ¶
type ENSReleaseProcessor struct {
// contains filtered or unexported fields
}
func NewENSReleaseProcessor ¶
func NewENSReleaseProcessor(rpcClient *rpc.Client, transactor transactions.TransactorIface, ensService *ens.Service) *ENSReleaseProcessor
func (*ENSReleaseProcessor) AvailableFor ¶
func (s *ENSReleaseProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
func (*ENSReleaseProcessor) BuildTransaction ¶
func (s *ENSReleaseProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
func (*ENSReleaseProcessor) CalculateAmountOut ¶
func (s *ENSReleaseProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
func (*ENSReleaseProcessor) CalculateFees ¶
func (s *ENSReleaseProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
func (*ENSReleaseProcessor) EstimateGas ¶
func (s *ENSReleaseProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
func (*ENSReleaseProcessor) GetContractAddress ¶
func (s *ENSReleaseProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
func (*ENSReleaseProcessor) Name ¶
func (s *ENSReleaseProcessor) Name() string
func (*ENSReleaseProcessor) PackTxInputData ¶
func (s *ENSReleaseProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
func (*ENSReleaseProcessor) Send ¶
func (s *ENSReleaseProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (hash types.Hash, usedNonce uint64, err error)
type ERC1155Processor ¶
type ERC1155Processor struct {
// contains filtered or unexported fields
}
func NewERC1155Processor ¶
func NewERC1155Processor(rpcClient *rpc.Client, transactor transactions.TransactorIface) *ERC1155Processor
func (*ERC1155Processor) AvailableFor ¶
func (s *ERC1155Processor) AvailableFor(params ProcessorInputParams) (bool, error)
func (*ERC1155Processor) BuildTransaction ¶
func (s *ERC1155Processor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
func (*ERC1155Processor) CalculateAmountOut ¶
func (s *ERC1155Processor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
func (*ERC1155Processor) CalculateFees ¶
func (s *ERC1155Processor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
func (*ERC1155Processor) EstimateGas ¶
func (s *ERC1155Processor) EstimateGas(params ProcessorInputParams) (uint64, error)
func (*ERC1155Processor) GetContractAddress ¶
func (s *ERC1155Processor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
func (*ERC1155Processor) Name ¶
func (s *ERC1155Processor) Name() string
func (*ERC1155Processor) PackTxInputData ¶
func (s *ERC1155Processor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
func (*ERC1155Processor) Send ¶
func (s *ERC1155Processor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (hash types.Hash, usedNonce uint64, err error)
type ERC1155TxArgs ¶
type ERC1155TxArgs struct { transactions.SendTxArgs TokenID *hexutil.Big `json:"tokenId"` Recipient common.Address `json:"recipient"` Amount *hexutil.Big `json:"amount"` }
type ERC721Processor ¶
type ERC721Processor struct {
// contains filtered or unexported fields
}
func NewERC721Processor ¶
func NewERC721Processor(rpcClient *rpc.Client, transactor transactions.TransactorIface) *ERC721Processor
func (*ERC721Processor) AvailableFor ¶
func (s *ERC721Processor) AvailableFor(params ProcessorInputParams) (bool, error)
func (*ERC721Processor) BuildTransaction ¶
func (s *ERC721Processor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
func (*ERC721Processor) CalculateAmountOut ¶
func (s *ERC721Processor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
func (*ERC721Processor) CalculateFees ¶
func (s *ERC721Processor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
func (*ERC721Processor) EstimateGas ¶
func (s *ERC721Processor) EstimateGas(params ProcessorInputParams) (uint64, error)
func (*ERC721Processor) GetContractAddress ¶
func (s *ERC721Processor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
func (*ERC721Processor) Name ¶
func (s *ERC721Processor) Name() string
func (*ERC721Processor) PackTxInputData ¶
func (s *ERC721Processor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
func (*ERC721Processor) Send ¶
func (s *ERC721Processor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (hash types.Hash, usedNonce uint64, err error)
type ERC721TxArgs ¶
type ERC721TxArgs struct { transactions.SendTxArgs TokenID *hexutil.Big `json:"tokenId"` Recipient common.Address `json:"recipient"` }
type Estimation ¶ added in v0.184.48
type HopBridgeProcessor ¶
type HopBridgeProcessor struct {
// contains filtered or unexported fields
}
func NewHopBridgeProcessor ¶
func NewHopBridgeProcessor(rpcClient rpc.ClientInterface, transactor transactions.TransactorIface, tokenManager *token.Manager, networkManager network.ManagerInterface) *HopBridgeProcessor
func (*HopBridgeProcessor) AvailableFor ¶
func (h *HopBridgeProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
func (*HopBridgeProcessor) BuildTransaction ¶
func (h *HopBridgeProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
func (*HopBridgeProcessor) CalculateAmountOut ¶
func (h *HopBridgeProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
func (*HopBridgeProcessor) CalculateFees ¶
func (h *HopBridgeProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
func (*HopBridgeProcessor) Clear ¶ added in v0.181.31
func (h *HopBridgeProcessor) Clear()
func (*HopBridgeProcessor) EstimateGas ¶
func (h *HopBridgeProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
func (*HopBridgeProcessor) GetContractAddress ¶
func (h *HopBridgeProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
func (*HopBridgeProcessor) Name ¶
func (h *HopBridgeProcessor) Name() string
func (*HopBridgeProcessor) PackTxInputData ¶
func (h *HopBridgeProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
func (*HopBridgeProcessor) Send ¶
func (h *HopBridgeProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (hash types.Hash, nonce uint64, err error)
type HopBridgeTxArgs ¶
type MultipathProcessorTxArgs ¶
type MultipathProcessorTxArgs struct { Name string `json:"bridgeName"` ChainID uint64 TransferTx *transactions.SendTxArgs HopTx *HopBridgeTxArgs CbridgeTx *CelerBridgeTxArgs ERC721TransferTx *ERC721TxArgs ERC1155TransferTx *ERC1155TxArgs SwapTx *SwapParaswapTxArgs }
func (*MultipathProcessorTxArgs) Data ¶
func (t *MultipathProcessorTxArgs) Data() types.HexBytes
func (*MultipathProcessorTxArgs) From ¶
func (t *MultipathProcessorTxArgs) From() types.Address
func (*MultipathProcessorTxArgs) To ¶
func (t *MultipathProcessorTxArgs) To() types.Address
func (*MultipathProcessorTxArgs) Value ¶
func (t *MultipathProcessorTxArgs) Value() *big.Int
type PathProcessor ¶
type PathProcessor interface { // Name returns the name of the bridge Name() string // AvailableFor checks if the bridge is available for the given networks/tokens AvailableFor(params ProcessorInputParams) (bool, error) // CalculateFees calculates the fees for the bridge and returns the amount BonderFee and TokenFee (used for bridges) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error) // PackTxInputData packs tx for sending PackTxInputData(params ProcessorInputParams) ([]byte, error) // EstimateGas estimates the gas EstimateGas(params ProcessorInputParams) (uint64, error) // CalculateAmountOut calculates the amount out CalculateAmountOut(params ProcessorInputParams) (*big.Int, error) // Send sends the tx, returns the hash and the used nonce (lastUsedNonce is -1 if it's the first tx) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (types.Hash, uint64, error) // GetContractAddress returns the contract address GetContractAddress(params ProcessorInputParams) (common.Address, error) // BuildTransaction builds the transaction based on MultipathProcessorTxArgs, returns the transaction and the used nonce (lastUsedNonce is -1 if it's the first tx) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error) }
type PathProcessorClearable ¶ added in v0.181.31
type PathProcessorClearable interface {
// Clear clears the local cache
Clear()
}
type ProcessorInputParams ¶
type ProcessorInputParams struct { FromChain *params.Network ToChain *params.Network FromAddr common.Address ToAddr common.Address FromToken *token.Token ToToken *token.Token AmountIn *big.Int AmountOut *big.Int // extra params BonderFee *big.Int Username string PublicKey string PackID *big.Int // for testing purposes TestsMode bool TestEstimationMap map[string]Estimation // [bridge-name, estimation] TestBonderFeeMap map[string]*big.Int // [token-symbol, bonder-fee] TestApprovalGasEstimation uint64 TestApprovalL1Fee uint64 }
type StickersBuyProcessor ¶ added in v0.180.31
type StickersBuyProcessor struct {
// contains filtered or unexported fields
}
func NewStickersBuyProcessor ¶ added in v0.180.31
func NewStickersBuyProcessor(rpcClient *rpc.Client, transactor transactions.TransactorIface, stickersService *stickers.Service) *StickersBuyProcessor
func (*StickersBuyProcessor) AvailableFor ¶ added in v0.180.31
func (s *StickersBuyProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
func (*StickersBuyProcessor) BuildTransaction ¶ added in v0.180.31
func (s *StickersBuyProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
func (*StickersBuyProcessor) CalculateAmountOut ¶ added in v0.180.31
func (s *StickersBuyProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
func (*StickersBuyProcessor) CalculateFees ¶ added in v0.180.31
func (s *StickersBuyProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
func (*StickersBuyProcessor) EstimateGas ¶ added in v0.180.31
func (s *StickersBuyProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
func (*StickersBuyProcessor) GetContractAddress ¶ added in v0.180.31
func (s *StickersBuyProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
func (*StickersBuyProcessor) Name ¶ added in v0.180.31
func (s *StickersBuyProcessor) Name() string
func (*StickersBuyProcessor) PackTxInputData ¶ added in v0.180.31
func (s *StickersBuyProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
func (*StickersBuyProcessor) Send ¶ added in v0.180.31
func (s *StickersBuyProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (hash types.Hash, usedNonce uint64, err error)
type SwapParaswapProcessor ¶
type SwapParaswapProcessor struct {
// contains filtered or unexported fields
}
func NewSwapParaswapProcessor ¶
func NewSwapParaswapProcessor(rpcClient *rpc.Client, transactor transactions.TransactorIface, tokenManager *walletToken.Manager) *SwapParaswapProcessor
func (*SwapParaswapProcessor) AvailableFor ¶
func (s *SwapParaswapProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
func (*SwapParaswapProcessor) BuildTransaction ¶
func (s *SwapParaswapProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
func (*SwapParaswapProcessor) CalculateAmountOut ¶
func (s *SwapParaswapProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
func (*SwapParaswapProcessor) CalculateFees ¶
func (s *SwapParaswapProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
func (*SwapParaswapProcessor) Clear ¶ added in v0.181.31
func (s *SwapParaswapProcessor) Clear()
func (*SwapParaswapProcessor) EstimateGas ¶
func (s *SwapParaswapProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
func (*SwapParaswapProcessor) GetContractAddress ¶
func (s *SwapParaswapProcessor) GetContractAddress(params ProcessorInputParams) (address common.Address, err error)
func (*SwapParaswapProcessor) Name ¶
func (s *SwapParaswapProcessor) Name() string
func (*SwapParaswapProcessor) PackTxInputData ¶
func (s *SwapParaswapProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
func (*SwapParaswapProcessor) Send ¶
func (s *SwapParaswapProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (types.Hash, uint64, error)
type SwapParaswapTxArgs ¶
type SwapParaswapTxArgs struct { transactions.SendTxArgs ChainID uint64 `json:"chainId"` ChainIDTo uint64 `json:"chainIdTo"` TokenIDFrom string `json:"tokenIdFrom"` TokenIDTo string `json:"tokenIdTo"` SlippagePercentage float32 `json:"slippagePercentage"` }
type TransferProcessor ¶
type TransferProcessor struct {
// contains filtered or unexported fields
}
func NewTransferProcessor ¶
func NewTransferProcessor(rpcClient *rpc.Client, transactor transactions.TransactorIface) *TransferProcessor
func (*TransferProcessor) AvailableFor ¶
func (s *TransferProcessor) AvailableFor(params ProcessorInputParams) (bool, error)
func (*TransferProcessor) BuildTransaction ¶
func (s *TransferProcessor) BuildTransaction(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64) (*ethTypes.Transaction, uint64, error)
func (*TransferProcessor) CalculateAmountOut ¶
func (s *TransferProcessor) CalculateAmountOut(params ProcessorInputParams) (*big.Int, error)
func (*TransferProcessor) CalculateFees ¶
func (s *TransferProcessor) CalculateFees(params ProcessorInputParams) (*big.Int, *big.Int, error)
func (*TransferProcessor) EstimateGas ¶
func (s *TransferProcessor) EstimateGas(params ProcessorInputParams) (uint64, error)
func (*TransferProcessor) GetContractAddress ¶
func (s *TransferProcessor) GetContractAddress(params ProcessorInputParams) (common.Address, error)
func (*TransferProcessor) Name ¶
func (s *TransferProcessor) Name() string
func (*TransferProcessor) PackTxInputData ¶
func (s *TransferProcessor) PackTxInputData(params ProcessorInputParams) ([]byte, error)
func (*TransferProcessor) Send ¶
func (s *TransferProcessor) Send(sendArgs *MultipathProcessorTxArgs, lastUsedNonce int64, verifiedAccount *account.SelectedExtKey) (types.Hash, uint64, error)
Source Files ¶
- common.go
- constants.go
- errors.go
- multipath_processor.go
- processor.go
- processor_bridge_celar.go
- processor_bridge_hop.go
- processor_ens_public_key.go
- processor_ens_register.go
- processor_ens_release.go
- processor_erc1155.go
- processor_erc721.go
- processor_stickers_buy.go
- processor_swap_paraswap.go
- processor_transfer.go
Directories ¶
Path | Synopsis |
---|---|
Package mock_pathprocessor is a generated GoMock package.
|
Package mock_pathprocessor is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.