Show / Hide Table of Contents

Class TransactionResult

Inheritance
object
TransactionResult
Implements
IShaMapItem<TransactionResult>
Namespace: Xrpl.BinaryCodec.ShaMapTree
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class TransactionResult : IShaMapItem<TransactionResult>

Constructors

| Edit this page View Source

TransactionResult(StObject, StObject, uint)

Declaration
public TransactionResult(StObject tx, StObject meta, uint ledgerIndex = 0)
Parameters
Type Name Description
StObject tx
StObject meta
uint ledgerIndex

Fields

| Edit this page View Source

LedgerIndex

Declaration
public readonly uint LedgerIndex
Field Value
Type Description
uint
| Edit this page View Source

Meta

Declaration
public readonly StObject Meta
Field Value
Type Description
StObject
| Edit this page View Source

Tx

Declaration
public readonly StObject Tx
Field Value
Type Description
StObject

Methods

| Edit this page View Source

Copy()

Declaration
public IShaMapItem<TransactionResult> Copy()
Returns
Type Description
IShaMapItem<TransactionResult>
| Edit this page View Source

FromJson(JsonNode)

Declaration
public static TransactionResult FromJson(JsonNode obj)
Parameters
Type Name Description
JsonNode obj
Returns
Type Description
TransactionResult
| Edit this page View Source

Hash()

Declaration
public Hash256 Hash()
Returns
Type Description
Hash256
| Edit this page View Source

Prefix()

Declaration
public HashPrefix Prefix()
Returns
Type Description
HashPrefix
| Edit this page View Source

ToBytes(IBytesSink)

Declaration
public void ToBytes(IBytesSink sink)
Parameters
Type Name Description
IBytesSink sink
| Edit this page View Source

Value()

Declaration
public TransactionResult Value()
Returns
Type Description
TransactionResult

Implements

IShaMapItem<T>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX