-
The response of the
get message
command now keeps the message encrypted inside thetransaction.asset.chat
object and introduces thetransaction.decoded
field for the already decrypted by ADAMANT Console message if the transaction includes the configured user’s public key:{ // adm get message 3745646290027012070 "success": true, "nodeTimestamp": 214429446, "transaction": { "id": "3745646290027012070", // ... "asset": { "chat": { "message": "d6247af9ff5cd53eeb88a48e62cb47c33cc8b1b37d38e784e0481b8251149d", // <--- encoded message "own_message": "ae3f5203f252fa75705a6681fee3244b46da5bb0aa169498", "type": 1 } }, "decoded": "Hello, ADAMANT!" // <--- decoded message } }
-
Fixed validation of the parameters for public keys and delegate names in
vote for
command. -
Added new fields for
client version
command:{ "success": true, "version": "3.0.0", // The new fields: "config": "/home/username/.adm/config.jsonc", "network": "mainnet", "account": "U3716604363012166999" }