SharedSecrets constructor
const
SharedSecrets({
- 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;