substrateCoinInfo property
SubstrateCoins
get
substrateCoinInfo
Implementation
SubstrateCoins get substrateCoinInfo {
if (this == SubstrateKeyAlgorithm.ethereum) {
throw DartSubstratePluginException(
"Please use SubstrateEthereumPrivateKey or SubstrateEthereumPublickey for ethereum coin info.");
}
return coinInfo as SubstrateCoins;
}