Documentation ¶
Index ¶
- type SendType
- func (s SendType) CanUseProcessor(p pathprocessor.PathProcessor) bool
- func (s SendType) FetchPrices(marketManager *market.Manager, tokenIDs []string) (map[string]float64, error)
- func (s SendType) FindToken(tokenManager *token.Manager, collectibles *collectibles.Service, ...) *token.Token
- func (s SendType) IsAvailableBetween(from, to *params.Network) bool
- func (s SendType) IsAvailableFor(network *params.Network) bool
- func (s SendType) IsCollectiblesTransfer() bool
- func (s SendType) IsEnsTransfer() bool
- func (s SendType) IsStickersTransfer() bool
- func (s SendType) ProcessZeroAmountInProcessor(amountIn *big.Int, amountOut *big.Int, processorName string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendType ¶
type SendType int
func (SendType) CanUseProcessor ¶
func (s SendType) CanUseProcessor(p pathprocessor.PathProcessor) bool
canUseProcessor is used to check if certain SendType can be used with a given path processor
func (SendType) FetchPrices ¶
func (SendType) IsAvailableBetween ¶
func (SendType) IsCollectiblesTransfer ¶
func (SendType) IsEnsTransfer ¶
func (SendType) IsStickersTransfer ¶
Click to show internal directories.
Click to hide internal directories.