Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stellar_rust_sdk/src/transactions/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pub struct TransactionResponse {
/// A base64 encoded string of the raw `TransactionResult` XDR struct for this transaction.
result_xdr: String,
/// A base64 encoded string of the raw `TransactionMeta` XDR struct for this transaction
result_meta_xdr: String,
result_meta_xdr: Option<String>,
/// A base64 encoded string of the raw `L`edgerEntryChanges` XDR struct produced by taking fees for this transaction.
fee_meta_xdr: String,
/// The optional memo attached to a transaction.
Expand Down