Show / Hide Table of Contents

Class WalletSugar.FaucetAccount

Inheritance
object
WalletSugar.FaucetAccount
Namespace: Xrpl.Wallet
Assembly: Xrpl.dll
Syntax
public class WalletSugar.FaucetAccount

Properties

| Edit this page View Source

ClassicAddress

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

Secret

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

XAddress

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