Class WalletSugar
Inheritance
object
WalletSugar
Namespace: Xrpl.Wallet
Assembly: Xrpl.dll
Syntax
public static class WalletSugar
Methods
| Edit this page View SourceFundWallet(IXrplClient, XrplWallet?, string?)
Declaration
public static Task<WalletSugar.Funded> FundWallet(this IXrplClient client, XrplWallet? wallet = null, string? faucetHost = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IXrplClient | client | |
| XrplWallet | wallet | |
| string | faucetHost |
Returns
| Type | Description |
|---|---|
| Task<WalletSugar.Funded> |
GetFaucetHost(IXrplClient)
Declaration
public static string GetFaucetHost(IXrplClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| IXrplClient | client |
Returns
| Type | Description |
|---|---|
| string |