Show / Hide Table of Contents

Class MPTokenUriCategory

Defines the URI category for related resources in the MPT metadata as specified by XLS-89. https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0089-multi-purpose-token-metadata-schema

Inheritance
object
MPTokenUriCategory
Namespace: Xrpl.Models.Utils
Assembly: Xrpl.dll
Syntax
public static class MPTokenUriCategory

Fields

| Edit this page View Source

Docs

Documentation URI category.

Declaration
public const string Docs = "docs"
Field Value
Type Description
string
| Edit this page View Source

Other

Other URI category.

Declaration
public const string Other = "other"
Field Value
Type Description
string
| Edit this page View Source

Social

Social media URI category.

Declaration
public const string Social = "social"
Field Value
Type Description
string
| Edit this page View Source

Website

Website URI category.

Declaration
public const string Website = "website"
Field Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX