loadKeyPair method
[Future[<[AsymmetricKeyPair[<[PublicKey], [PrivateKey]>]]>]] loadKeyPair(
- [[HiveInterface] hive]
)
Loads secret keys from the Hive db.
params:
hive
: The HiveInterface to load keys from.
returns:
Future<AsymmetricKeyPair<PublicKey, PrivateKey>>
: The public and private key pair
Implementation
Future<AsymmetricKeyPair<PublicKey, PrivateKey>> loadKeyPair(
HiveInterface hive,
) async