privateKeyFromString method

Future<ToplSigningKey> privateKeyFromString(
  1. NetworkId network,
  2. PropositionType propositionType,
  3. String privateKey
)

Implementation

Future<ToplSigningKey> privateKeyFromString(
    NetworkId network, PropositionType propositionType, String privateKey) {
  return _internalCreatePrivateKey(privateKey, network, propositionType);
}