SharedSecrets
[SharedSecrets] represents the public shared secret information It includes:
- 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)
type SharedSecrets {
storageNoncePublicKey: PublicKey
}
Fields
SharedSecrets.storageNoncePublicKey
● PublicKey
scalar
Returned by
sharedSecrets
query