privateKeys property

CardanoShelleyPrivateKeys get privateKeys

Retrieves and returns the private keys associated with the wallet.

Implementation

CardanoShelleyPrivateKeys get privateKeys {
  return CardanoShelleyPrivateKeys(
    privAddrKey: bip44.privateKey.key,
    privSkKey: bip44Sk.privateKey.key,
    coinConf: bip44.coinConf,
  );
}