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 SourceDefi
DeFi protocol tokens.
Declaration
public const string Defi = "defi"
Field Value
| Type | Description |
|---|---|
| string |
Gaming
Gaming tokens.
Declaration
public const string Gaming = "gaming"
Field Value
| Type | Description |
|---|---|
| string |
Memes
Tokens driven by community/internet culture.
Declaration
public const string Memes = "memes"
Field Value
| Type | Description |
|---|---|
| string |
Other
Other tokens.
Declaration
public const string Other = "other"
Field Value
| Type | Description |
|---|---|
| string |
Rwa
Tokens representing real-world assets.
Declaration
public const string Rwa = "rwa"
Field Value
| Type | Description |
|---|---|
| string |
Wrapped
Tokens representing assets from other blockchains.
Declaration
public const string Wrapped = "wrapped"
Field Value
| Type | Description |
|---|---|
| string |