publicKeys property

CardanoShelleyPublicKeys get publicKeys

Retrieves and returns the public keys associated with the wallet.

Implementation

CardanoShelleyPublicKeys get publicKeys {
  return CardanoShelleyPublicKeys(
    pubAddrKey: bip44.publicKey.key,
    pubSkKey: bip44Sk.publicKey.key,
    coinConf: bip44.coinConf,
  );
}