URIToken
(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
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