Show / Hide Table of Contents

Class WalletSugar.FaucetWallet

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

Properties

| Edit this page View Source

Account

Declaration
[JsonPropertyName("account")]
public WalletSugar.FaucetAccount Account { get; set; }
Property Value
Type Description
WalletSugar.FaucetAccount
| Edit this page View Source

Amount

Declaration
[JsonPropertyName("amount")]
public double Amount { get; set; }
Property Value
Type Description
double
| Edit this page View Source

Balance

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