Class Utils
Inheritance
object
Utils
Namespace: Xrpl.Sugar
Assembly: Xrpl.dll
Syntax
public class Utils
Methods
| Edit this page View SourceEnsureClassicAddress(string)
If an address is an X-Address, converts it to a classic address.
Declaration
public static string EnsureClassicAddress(string account)
Parameters
| Type | Name | Description |
|---|---|---|
| string | account | A classic address or X-address. |
Returns
| Type | Description |
|---|---|
| string | The account's classic address. |