theta property
Configuration for Theta
Implementation
final BipCoinConfig theta = BipCoinConfig(
coinNames: CoinsConf.theta.coinName,
coinIdx: Slip44.theta,
chainType: ChainType.mainnet,
defPath: derPathNonHardenedFull,
keyNetVer: bip44BtcKeyNetVerMain,
wifNetVer: null,
type: EllipticCurveTypes.secp256k1,
addressEncoder:
(params, config) => EthAddrEncoder().encodeKey(params.pubKey),
);