Skip to content

Commit

Permalink
Update transaction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stanford-scs authored May 29, 2019
1 parent 1f97395 commit 53f58a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down

0 comments on commit 53f58a5

Please sign in to comment.