copy abstract method
BaseBipCoinConfig<CONFIG>
copy({
- CoinNames? coinNames,
- int? coinIdx,
- ChainType? chainType,
- String? defPath,
- Bip32KeyNetVersions? keyNetVer,
- List<
int> ? wifNetVer, - EllipticCurveTypes? type,
- ADDRENCODER<
CONFIG> ? addressEncoder, - Bip32KeyIndex? purpose,
Implementation
BaseBipCoinConfig<CONFIG> copy({
CoinNames? coinNames,
int? coinIdx,
ChainType? chainType,
String? defPath,
Bip32KeyNetVersions? keyNetVer,
List<int>? wifNetVer,
EllipticCurveTypes? type,
ADDRENCODER<CONFIG>? addressEncoder,
Bip32KeyIndex? purpose,
});