Class MPTokenMetadataUri
Represents a related URI entry in the MPT metadata schema (XLS-89). Each URI entry contains a link, its category, and a human-readable title. https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0089-multi-purpose-token-metadata-schema
Inheritance
object
MPTokenMetadataUri
Namespace: Xrpl.Models.Utils
Assembly: Xrpl.dll
Syntax
public class MPTokenMetadataUri
Properties
| Edit this page View SourceCategory
Category of the URI: website, social, docs, or other.
Declaration
public string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Human-readable label for the URI.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
URI to the related resource.
Declaration
public string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |