Show / Hide Table of Contents

Class SourceCurrency

A currency that the source account might want to spend.

Inheritance
object
SourceCurrency
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class SourceCurrency

Properties

| Edit this page View Source

Currency

Currency code (3-letter or 40-char hex).

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

Issuer

(Optional) The issuer address for this currency.

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