func NewBackend(configPath string, logger dex.Logger, network dex.Network) (asset.Backend, error)
NewBackend generates the network parameters and creates a ltc backend as a btc clone using an asset/btc helper function.
type Driver struct{}
Driver implements asset.Driver.
func (d *Driver) DecodeCoinID(coinID []byte) (string, error)
DecodeCoinID creates a human-readable representation of a coin ID for Litecoin.
func (d *Driver) Setup(configPath string, logger dex.Logger, network dex.Network) (asset.Backend, error)
Setup creates the LTC backend. Start the backend with its Run method.