getPathWithCoinType function

String getPathWithCoinType({
  1. int coinType = CoinType.icp,
})

Implementation

String getPathWithCoinType({int coinType = CoinType.icp}) {
  return "m/44'/$coinType'/0'";
}