From 53f58a586a9e540617ae980d285e7f9f63e18a48 Mon Sep 17 00:00:00 2001 From: stanford-scs Date: Tue, 28 May 2019 19:45:26 -0700 Subject: [PATCH] Update transaction.md --- .../horizon/internal/docs/reference/resources/transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/horizon/internal/docs/reference/resources/transaction.md b/services/horizon/internal/docs/reference/resources/transaction.md index 10f7164c8d..5d3a0c291e 100644 --- a/services/horizon/internal/docs/reference/resources/transaction.md +++ b/services/horizon/internal/docs/reference/resources/transaction.md @@ -23,7 +23,7 @@ To learn more about the concept of transactions in the Stellar network, take a l | fee_paid | number | The fee paid by the source account of this transaction when the transaction was applied to the ledger. | | operation_count | number | The number of operations that are contained within this transaction. | | envelope_xdr | string | A base64 encoded string of the raw `TransactionEnvelope` xdr struct for this transaction | -| result_xdr | string | A base64 encoded string of the raw `TransactionResultPair` xdr struct for this transaction | +| result_xdr | string | A base64 encoded string of the raw `TransactionResult` xdr struct for this transaction | | result_meta_xdr | string | A base64 encoded string of the raw `TransactionMeta` xdr struct for this transaction | | fee_meta_xdr | string | A base64 encoded string of the raw `LedgerEntryChanges` xdr struct produced by taking fees for this transaction. | | memo_type | string | |