Documentation
¶
Overview ¶
Package currency implements conversion backends for different currencies used in a channel.
Use IsSupportedCurrency to check if the currency is supported and NewParser to obtain a parser for that currency.
Index ¶
Constants ¶
View Source
const (
// ETH represents the ethereum currency.
ETH = "ETH"
)
Variables ¶
This section is empty.
Functions ¶
func IsSupported ¶
IsSupported checks if there is parser regsitered for the currency represented by the given string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.