SharedSecrets constructor

const SharedSecrets({
  1. String? storageNoncePublicKey,
})

Implementation

const factory SharedSecrets({
  /// The storage nonce public key: Public Key to encrypt data for the node,
  /// so they will be able to decrypt it (mostly for smart contract authorized key)
  String? storageNoncePublicKey,
}) = _SharedSecrets;