URIToken

[Source]

(Added by the [URI Token amendment][].)

A URIToken object describes a URI token, which can be used to represent a unique resource identifier in the ledger.

Example JSON

{
  "Owner": "rUn84CUYbNjRoTQ6mSW7BVJPSVJNLb1QLo",
  "OwnerNode": "0000000000000000",
  "Issuer": "rfkE1aSy9G8Upk4JssnwBxhEv5p4mn2KTy",
  "URI": "DEADBEEF",
  "Digest": "46060241FABCF692D4D934BA2A6C4427CD4279083E38C77CBE642243E43BE291",
  "Amount": "100000000",
  "Destination": "rUn84CUYbNjRoTQ6mSW7BVJPSVJNLb1QLo",
  "PreviousTxnID": "5463C6E08862A1FAE5EDAC12D70ADB16546A1F674930521295BC082494B62924",
  "PreviousTxnLgrSeq": 6,
  "LedgerEntryType": "URIToken",
  "index": "49647F0D748DC3FE26BDACBC57F251AADEFFF391403EC9BF87C97F67E9977FB0"
}

Fields

A URIToken object has the following fields:

URIToken Flags

URIToken objects can have the following flag values:

URIToken ID Format

The ID of a URIToken object is the [SHA-512Half][] of the following values, concatenated in order:

  • The URI Token space key (0x0055)

  • The AccountID of the issuer of the URI Token

  • The URI represented by the URI Token

Last updated