Class HashLedger
Inheritance
object
HashLedger
Namespace: Xrpl.Utils.Hashes
Assembly: Xrpl.dll
Syntax
public class HashLedger
Methods
| Edit this page View SourceHashSignedTx(string)
Declaration
public static string HashSignedTx(string tx)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tx |
Returns
| Type | Description |
|---|---|
| string |
HashSignedTx(JsonNode)
Declaration
public static string HashSignedTx(JsonNode tx)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonNode | tx |
Returns
| Type | Description |
|---|---|
| string |