Class WalletSugar.FaucetAccount
Inheritance
object
WalletSugar.FaucetAccount
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
|
Edit this page
View Source
Secret
Declaration
[JsonPropertyName("secret")]
public string Secret { get; set; }
Property Value
|
Edit this page
View Source
XAddress
Declaration
[JsonPropertyName("xAddress")]
public string XAddress { get; set; }
Property Value