Class WalletSugar.FaucetWallet
Inheritance
object
WalletSugar.FaucetWallet
Namespace: Xrpl.Wallet
Assembly: Xrpl.dll
Syntax
public class WalletSugar.FaucetWallet
Properties
| Edit this page View SourceAccount
Declaration
[JsonPropertyName("account")]
public WalletSugar.FaucetAccount Account { get; set; }
Property Value
| Type | Description |
|---|---|
| WalletSugar.FaucetAccount |
Amount
Declaration
[JsonPropertyName("amount")]
public double Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
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 |