edgewareEd25519 property
Implementation
static final SubstrateCoinConf edgewareEd25519 =
    SubstrateCoinConf.fromCoinConf(
        coinConf: CoinsConf.edgeware,
        addressEncode: ([kwargs]) => SubstrateEd25519AddrEncoder(),
        type: EllipticCurveTypes.ed25519,
        chainType: ChainType.mainnet);