tx · 26kNYpYjP8UZs6iAA57kKqLF9Q4ocz4vcqE99wfKwVpp
3N8Ayob7haCp5N32V6gYcdPsLMKMaS3qH3E: -0.05000000 Waves
2020.01.02 17:37 [836334] invoke 3N8Ayob7haCp5N32V6gYcdPsLMKMaS3qH3E > 3MzSNsJLeYj6Eh6u2QzJrbByPCySgFoCbWC taskUpdate()
3MzSNsJLeYj6Eh6u2QzJrbByPCySgFoCbWC: datajson_f8d9ebdc-868b-4525-9e4e-840fb3ad2ae5: "{"title":"Markdown test","createTime":1577975281859,"expireTime":1578059083112,"currency":"Waves","brief":"Markdown test decrybe","uuid":"f8d9ebdc-868b-4525-9e4e-840fb3ad2ae5","tags":["Decrybe","ReactJS"],"updatedAt":1577975281859,"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![](https://pandao.github.io/editor.md/images/logos/editormd-logo-180x180.png)\n\n![](https://img.shields.io/github/stars/pandao/editor.md.svg) ![](https://img.shields.io/github/forks/pandao/editor.md.svg) ![](https://img.shields.io/github/tag/pandao/editor.md.svg) ![](https://img.shields.io/github/release/pandao/editor.md.svg) ![](https://img.shields.io/github/issues/pandao/editor.md.svg) ![](https://img.shields.io/bower/v/editor.md.svg)\n\n\n**Table of Contents**\n\n[TOCM]\n\n[TOC]\n\n#H1 header\n##H2 header\n###H3 header\n####H4 header\n#####H5 header\n######H6 header\n#Heading 1 link [Heading link](https://github.com/pandao/editor.md \"Heading link\")\n##Heading 2 link [Heading link](https://github.com/pandao/editor.md \"Heading link\")\n###Heading 3 link [Heading link](https://github.com/pandao/editor.md \"Heading link\")\n####Heading 4 link [Heading link](https://github.com/pandao/editor.md \"Heading link\") Heading link [Heading link](https://github.com/pandao/editor.md \"Heading link\")\n#####Heading 5 link [Heading link](https://github.com/pandao/editor.md \"Heading link\")\n######Heading 6 link [Heading link](https://github.com/pandao/editor.md \"Heading link\")\n\n##Headers (Underline)\n\nH1 Header (Underline)\n=============\n\nH2 Header (Underline)\n-------------\n\n###Characters\n \n----\n\n~~Strikethrough~~ <s>Strikethrough (when enable html tag decode.)</s>\n*Italic* _Italic_\n**Emphasis** __Emphasis__\n***Emphasis Italic*** ___Emphasis Italic___\n\nSuperscript: X<sub>2</sub>,Subscript: O<sup>2</sup>\n\n**Abbreviation(link HTML abbr tag)**\n\nThe <abbr title=\"Hyper Text Markup Language\">HTML</abbr> specification is maintained by the <abbr title=\"World Wide Web Consortium\">W3C</abbr>.\n\n###Blockquotes\n\n> Blockquotes\n\nParagraphs and Line Breaks\n \n> \"Blockquotes Blockquotes\", [Link](http://localhost/)。\n\n###Links\n\n[Links](http://localhost/)\n\n[Links with title](http://localhost/ \"link title\")\n\n`<link>` : <https://github.com>\n\n[Reference link][id/name] \n\n[id/name]: http://link-url/\n\nGFM a-tail link @pandao\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 <?php\n echo \"Hello world!\";\n ?>\n \nCode Blocks (Preformatted text):\n\n | First Header | Second Header |\n | ------------- | ------------- |\n | Content Cell | Content Cell |\n | Content Cell | Content Cell |\n\n####Javascript \n\n```javascript\nfunction test(){\n\tconsole.log(\"Hello world!\");\n}\n \n(function(){\n var box = function(){\n return box.fn.init();\n };\n\n box.prototype = box.fn = {\n init : function(){\n console.log('box.init()');\n\n\t\t\treturn this;\n },\n\n\t\tadd : function(str){\n\t\t\talert(\"add\", str);\n\n\t\t\treturn this;\n\t\t},\n\n\t\tremove : function(str){\n\t\t\talert(\"remove\", str);\n\n\t\t\treturn this;\n\t\t}\n };\n \n box.fn.init.prototype = box.fn;\n \n window.box =box;\n})();\n\nvar testBox = box();\ntestBox.add(\"jQuery\").remove(\"jQuery\");\n```","category":7}" -> "{"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 \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}"
{
"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": []
}
}