Show / Hide Table of Contents

Class SignatureResult

Inheritance
object
SignatureResult
Namespace: Xrpl.Wallet
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
Type Description
string
| Edit this page View Source

TxBlob

Declaration
[JsonPropertyName("tx_blob")]
public string TxBlob { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

GetTx()

Declaration
public ITransactionRequest GetTx()
Returns
Type Description
ITransactionRequest
| Edit this page View Source

GetTxDictionary()

Declaration
public Dictionary<string, object> GetTxDictionary()
Returns
Type Description
Dictionary<string, object>

Extension Methods

BatchSignStatusExtensions.GetBatchSignStatus(SignatureResult)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX