Show / Hide Table of Contents

Class MPTokenAssetSubclass

Defines the asset subclass for a Multi-Purpose Token (MPT) as specified by XLS-89. Required when asset_class is "rwa". https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0089-multi-purpose-token-metadata-schema

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

Fields

| Edit this page View Source

Commodity

Commodity token subclass.

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

Equity

Equity token subclass.

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

Other

Other token subclass.

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

PrivateCredit

Private credit token subclass.

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

RealEstate

Real estate token subclass.

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

Stablecoin

Stablecoin token subclass.

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

Treasury

Treasury token subclass.

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