Documentation ¶
Index ¶
Constants ¶
View Source
const (
// BipID is the BIP-0044 asset ID.
BipID = 2
)
Variables ¶
View Source
var ( NetPorts = dexbtc.NetPorts{ Mainnet: "9332", Testnet: "19332", Simnet: "19443", } // WalletInfo defines some general information about a Litecoin wallet. WalletInfo = &asset.WalletInfo{ Name: "Litecoin", Version: version, UnitInfo: dexltc.UnitInfo, AvailableWallets: []*asset.WalletDefinition{{ Type: walletTypeRPC, Tab: "External", Description: "Connect to litecoind", DefaultConfigPath: dexbtc.SystemConfigPath("litecoin"), ConfigOpts: configOpts, }}, } )
Functions ¶
Types ¶
type Driver ¶
type Driver struct{}
Driver implements asset.Driver.
func (*Driver) DecodeCoinID ¶
DecodeCoinID creates a human-readable representation of a coin ID for Litecoin.
func (*Driver) Info ¶
func (d *Driver) Info() *asset.WalletInfo
Info returns basic information about the wallet and asset.
Click to show internal directories.
Click to hide internal directories.