Constructor
new EncryptedMemo(hash, encrypted_message, signing_address, decrypting_address, signatureopt, version_signopt, version_encryptopt)
Creates an EncryptedMemo
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
hash |
string | 64-hex string representing a Nano block hash | ||
encrypted_message |
string | encrypted message of memo | ||
signing_address |
string | Nano address that owns block with hash | ||
decrypting_address |
string | Nano address that will be able to decrypt and read the message | ||
signature |
string |
<optional> |
128-hex string signature of memo | |
version_sign |
number |
<optional> |
version.sign | version of signing algorithm - Versioning not yet implemented |
version_encrypt |
number |
<optional> |
version of encryption algorithm - Versioning not yet implemented |
- Source:
Extends
- Memo
Members
is_encrypted
Getter for is_encrypted
- Source: