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 SourceDocs
Documentation URI category.
Declaration
public const string Docs = "docs"
Field Value
| Type | Description |
|---|---|
| string |
Other
Other URI category.
Declaration
public const string Other = "other"
Field Value
| Type | Description |
|---|---|
| string |
Social
Social media URI category.
Declaration
public const string Social = "social"
Field Value
| Type | Description |
|---|---|
| string |
Website
Website URI category.
Declaration
public const string Website = "website"
Field Value
| Type | Description |
|---|---|
| string |