SubstratePublicKey constructor

const SubstratePublicKey(
  1. Sr25519PublicKey pubKey,
  2. SubstrateCoinConf coinConf
)

Creates a new instance of SubstratePublicKey with the given pubKey and coinConf.

Implementation

const SubstratePublicKey(this.pubKey, this.coinConf);