Show / Hide Table of Contents

Class Common.MPTAmount

Represents a Multi-Purpose Token (MPT) amount with value.

Inheritance
object
Common.MPTCurrency
Common.MPTAmount
Inherited Members
Common.MPTCurrency.MptIssuanceId
Namespace: Xrpl.Models.Common
Assembly: Xrpl.dll
Syntax
public class Common.MPTAmount : Common.MPTCurrency

Properties

| Edit this page View Source

Value

The amount of MPT tokens.

Declaration
[JsonPropertyName("value")]
public string Value { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX