Documentation ¶
Index ¶
Constants ¶
View Source
const (
BipID = 20
)
Variables ¶
View Source
var ( // WalletInfo defines some general information about a DigiByte wallet. WalletInfo = &asset.WalletInfo{ Name: "DigiByte", SupportedVersions: []uint32{version}, UnitInfo: dexdgb.UnitInfo, AvailableWallets: []*asset.WalletDefinition{{ Type: walletTypeRPC, Tab: "External", Description: "Connect to digibyted", DefaultConfigPath: dexbtc.SystemConfigPath("digibyte"), ConfigOpts: configOpts, }}, } )
Functions ¶
func NewWallet ¶
func NewWallet(cfg *asset.WalletConfig, logger dex.Logger, network dex.Network) (asset.Wallet, error)
NewWallet is the exported constructor by which the DEX will import the exchange wallet. The wallet will shut down when the provided context is canceled. The configPath can be an empty string, in which case the standard system location of the digibyted config file is assumed.
Types ¶
type Driver ¶
type Driver struct{}
Driver implements asset.Driver.
func (*Driver) DecodeCoinID ¶
DecodeCoinID creates a human-readable representation of a coin ID for DigiByte.
func (*Driver) Info ¶
func (d *Driver) Info() *asset.WalletInfo
Info returns basic information about the wallet and asset.
func (*Driver) MinLotSize ¶ added in v1.0.0
MinLotSize calculates the minimum bond size for a given fee rate that avoids dust outputs on the swap and refund txs, assuming the maxFeeRate doesn't change.
Click to show internal directories.
Click to hide internal directories.