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

TransactionHash

The payment the faucet says it sent. This is the whole answer to "did the faucet pay?", so it is preferred over watching a balance whenever the faucet supplies it.

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