Class WalletSugar.FaucetAccount
Inheritance
object
WalletSugar.FaucetAccount
Namespace: Xrpl.Wallet
Assembly: Xrpl.dll
Syntax
public class WalletSugar.FaucetAccount
Properties
| Edit this page View SourceClassicAddress
Declaration
[JsonPropertyName("classicAddress")]
public string ClassicAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XAddress
Declaration
[JsonPropertyName("xAddress")]
public string XAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |