SubstratePublicKey constructor
const
SubstratePublicKey(
- Sr25519PublicKey pubKey,
- SubstrateCoinConf coinConf
Creates a new instance of SubstratePublicKey with the given pubKey
and coinConf
.
Implementation
const SubstratePublicKey(this.pubKey, this.coinConf);