Class SignatureResult
Inheritance
object
SignatureResult
Assembly: Xrpl.dll
Syntax
public class SignatureResult
Constructors
|
Edit this page
View Source
SignatureResult(string, string)
Declaration
public SignatureResult(string txBlob, string hash)
Parameters
| Type |
Name |
Description |
| string |
txBlob |
|
| string |
hash |
|
Properties
|
Edit this page
View Source
Hash
Declaration
[JsonPropertyName("hash")]
public string Hash { get; set; }
Property Value
|
Edit this page
View Source
TxBlob
Declaration
[JsonPropertyName("tx_blob")]
public string TxBlob { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetTx()
Declaration
public ITransactionRequest GetTx()
Returns
|
Edit this page
View Source
GetTxDictionary()
Declaration
public Dictionary<string, object> GetTxDictionary()
Returns
| Type |
Description |
| Dictionary<string, object> |
|
Extension Methods