Show / Hide Table of Contents

Class MPTokenAssetClass

Defines the top-level asset classification for a Multi-Purpose Token (MPT) as specified by XLS-89. https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0089-multi-purpose-token-metadata-schema

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

Fields

| Edit this page View Source

Defi

DeFi protocol tokens.

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

Gaming

Gaming tokens.

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

Memes

Tokens driven by community/internet culture.

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

Other

Other tokens.

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

Rwa

Tokens representing real-world assets.

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

Wrapped

Tokens representing assets from other blockchains.

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