mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
fixes
This commit is contained in:
@@ -23,7 +23,7 @@ if (typeof module !== "undefined") {
|
||||
// Enter memo data to insert into a transaction
|
||||
const MemoData = xrpl.convertStringToHex(string="Example Memo - 123 -=+");
|
||||
const MemoType = xrpl.convertStringToHex(string="Text");
|
||||
// MemoFormat values: # MemoFormat values: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
|
||||
// MemoFormat values: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
|
||||
const MemoFormat = xrpl.convertStringToHex(string="text/plain");
|
||||
|
||||
// Send AccountSet transaction
|
||||
|
||||
Reference in New Issue
Block a user