Show / Hide Table of Contents

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 Source

Category

Category of the URI: website, social, docs, or other.

Declaration
public string Category { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Title

Human-readable label for the URI.

Declaration
public string Title { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Uri

URI to the related resource.

Declaration
public string Uri { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX