tx · 26kNYpYjP8UZs6iAA57kKqLF9Q4ocz4vcqE99wfKwVpp

3N8Ayob7haCp5N32V6gYcdPsLMKMaS3qH3E:  -0.05000000 Waves

2020.01.02 17:37 [836334] invoke 3N8Ayob7haCp5N32V6gYcdPsLMKMaS3qH3E > 3MzSNsJLeYj6Eh6u2QzJrbByPCySgFoCbWC taskUpdate()

{ "type": 16, "id": "26kNYpYjP8UZs6iAA57kKqLF9Q4ocz4vcqE99wfKwVpp", "fee": 5000000, "feeAssetId": null, "timestamp": 1577975771277, "version": 1, "sender": "3N8Ayob7haCp5N32V6gYcdPsLMKMaS3qH3E", "senderPublicKey": "EAYa6FejFZSeDtfSHF3TSACycbAPxDzFszYUfGFjzhWR", "proofs": [ "3PqEsTAdRWGgV4wwTbSTfxx5UPnjmuqHsZfKioquKDS98ZDBRxu7XKiCp6v3Zhaqi5AW59RGy4DrCLXhSzkodq61" ], "dApp": "3MzSNsJLeYj6Eh6u2QzJrbByPCySgFoCbWC", "payment": [], "call": { "function": "taskUpdate", "args": [ { "type": "string", "value": "f8d9ebdc-868b-4525-9e4e-840fb3ad2ae5" }, { "type": "string", "value": "{"title":"Markdown test","createTime":1577975281859,"expireTime":1578059083112,"currency":"Waves","brief":"Markdown test decrybe","uuid":"f8d9ebdc-868b-4525-9e4e-840fb3ad2ae5","tags":["Decrybe","ReactJS"],"updatedAt":1577975771254,"description":"### Features\\n\\n- Support Standard Markdown / CommonMark and GFM(GitHub Flavored Markdown);\\n- Full-featured: Real-time Preview, Image (cross-domain) upload, Preformatted text/Code blocks/Tables insert, Code fold, Search replace, Read only, Themes, Multi-languages, L18n, HTML entities, Code syntax highlighting...;\\n- Markdown Extras : Support ToC (Table of Contents), Emoji, Task lists, @Links...;\\n- Compatible with all major browsers (IE8+), compatible Zepto.js and iPad;\\n- Support identification, interpretation, fliter of the HTML tags;\\n- Support TeX (LaTeX expressions, Based on KaTeX), Flowchart and Sequence Diagram of Markdown extended syntax;\\n- Support AMD/CMD (Require.js & Sea.js) Module Loader, and Custom/define editor plugins;\\n\\n# Editor.md\\n\\n###Code Blocks (multi-language) & highlighting\\n\\n####Inline code\\n\\n$ npm install marked\\n\\n####Code Blocks (Indented style)\\n\\nIndented 4 spaces, like <pre> (Preformatted Text).\\n\\n```\\n<?php\\n```\\n```\\n echo \\"Hello world!\\";\\n```\\n```\\n?>\\n```\\n\\nCode Blocks (Preformatted text):\\n\\n```\\n| First Header | Second Header |\\n```\\n```\\n| ------------- | ------------- |\\n```\\n```\\n| Content Cell | Content Cell |\\n```\\n```\\n| Content Cell | Content Cell |\\n```\\n\\n####Javascript\u3000\\n\\n```\\n\\n```\\nfunction test(){\\n```\\nconsole.log(\\"Hello world!\\");\\n```\\n}\\n\\n(function(){\\n```\\nvar box = function(){\\n```\\n```\\n return box.fn.init();\\n```\\n```\\n};\\n```\\n\\n```\\nbox.prototype = box.fn = {\\n```\\n```\\n init : function(){\\n```\\n```\\n console.log('box.init()');\\n```\\n\\n```\\n\\t\\treturn this;\\n```\\n```\\n },\\n```\\n\\n```\\n\\tadd : function(str){\\n```\\n```\\n\\t\\talert(\\"add\\", str);\\n```\\n\\n```\\n\\t\\treturn this;\\n```\\n```\\n\\t},\\n```\\n\\n```\\n\\tremove : function(str){\\n```\\n```\\n\\t\\talert(\\"remove\\", str);\\n```\\n\\n```\\n\\t\\treturn this;\\n```\\n```\\n\\t}\\n```\\n```\\n};\\n```\\n\\n```\\nbox.fn.init.prototype = box.fn;\\n```\\n\\n```\\nwindow.box =box;\\n```\\n})();\\n\\nvar testBox = box();\\ntestBox.add(\\"jQuery\\").remove(\\"jQuery\\");\\n```\\n\\n```","category":7}" } ] }, "height": 836334, "spentComplexity": 533, "stateChanges": { "data": [ { "key": "datajson_f8d9ebdc-868b-4525-9e4e-840fb3ad2ae5", "type": "string", "value": "{"title":"Markdown test","createTime":1577975281859,"expireTime":1578059083112,"currency":"Waves","brief":"Markdown test decrybe","uuid":"f8d9ebdc-868b-4525-9e4e-840fb3ad2ae5","tags":["Decrybe","ReactJS"],"updatedAt":1577975771254,"description":"### Features\\n\\n- Support Standard Markdown / CommonMark and GFM(GitHub Flavored Markdown);\\n- Full-featured: Real-time Preview, Image (cross-domain) upload, Preformatted text/Code blocks/Tables insert, Code fold, Search replace, Read only, Themes, Multi-languages, L18n, HTML entities, Code syntax highlighting...;\\n- Markdown Extras : Support ToC (Table of Contents), Emoji, Task lists, @Links...;\\n- Compatible with all major browsers (IE8+), compatible Zepto.js and iPad;\\n- Support identification, interpretation, fliter of the HTML tags;\\n- Support TeX (LaTeX expressions, Based on KaTeX), Flowchart and Sequence Diagram of Markdown extended syntax;\\n- Support AMD/CMD (Require.js & Sea.js) Module Loader, and Custom/define editor plugins;\\n\\n# Editor.md\\n\\n###Code Blocks (multi-language) & highlighting\\n\\n####Inline code\\n\\n$ npm install marked\\n\\n####Code Blocks (Indented style)\\n\\nIndented 4 spaces, like <pre> (Preformatted Text).\\n\\n```\\n<?php\\n```\\n```\\n echo \\"Hello world!\\";\\n```\\n```\\n?>\\n```\\n\\nCode Blocks (Preformatted text):\\n\\n```\\n| First Header | Second Header |\\n```\\n```\\n| ------------- | ------------- |\\n```\\n```\\n| Content Cell | Content Cell |\\n```\\n```\\n| Content Cell | Content Cell |\\n```\\n\\n####Javascript\u3000\\n\\n```\\n\\n```\\nfunction test(){\\n```\\nconsole.log(\\"Hello world!\\");\\n```\\n}\\n\\n(function(){\\n```\\nvar box = function(){\\n```\\n```\\n return box.fn.init();\\n```\\n```\\n};\\n```\\n\\n```\\nbox.prototype = box.fn = {\\n```\\n```\\n init : function(){\\n```\\n```\\n console.log('box.init()');\\n```\\n\\n```\\n\\t\\treturn this;\\n```\\n```\\n },\\n```\\n\\n```\\n\\tadd : function(str){\\n```\\n```\\n\\t\\talert(\\"add\\", str);\\n```\\n\\n```\\n\\t\\treturn this;\\n```\\n```\\n\\t},\\n```\\n\\n```\\n\\tremove : function(str){\\n```\\n```\\n\\t\\talert(\\"remove\\", str);\\n```\\n\\n```\\n\\t\\treturn this;\\n```\\n```\\n\\t}\\n```\\n```\\n};\\n```\\n\\n```\\nbox.fn.init.prototype = box.fn;\\n```\\n\\n```\\nwindow.box =box;\\n```\\n})();\\n\\nvar testBox = box();\\ntestBox.add(\\"jQuery\\").remove(\\"jQuery\\");\\n```\\n\\n```","category":7}" } ], "transfers": [], "issues": [], "reissues": [], "burns": [], "sponsorFees": [], "leases": [], "leaseCancels": [], "invokes": [] } }

github/deemru/w8io/6500d08 
23.46 ms