Show / Hide Table of Contents

Class Common.IssuedCurrency

currency with issuer

Inheritance
object
Common.IssuedCurrency
Common.IssuedCurrencyAmount
Namespace: Xrpl.Models.Common
Assembly: Xrpl.dll
Syntax
public class Common.IssuedCurrency

Properties

| Edit this page View Source

Currency

currency code

Declaration
[JsonPropertyName("currency")]
public string Currency { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Issuer

currency issuer

Declaration
[JsonPropertyName("issuer")]
public string Issuer { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

IsXrp()

Declaration
public bool IsXrp()
Returns
Type Description
bool
| Edit this page View Source

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
object.ToString()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX