diff --git a/stellar_rust_sdk/src/transactions/response.rs b/stellar_rust_sdk/src/transactions/response.rs index 3af8209..75ae825 100644 --- a/stellar_rust_sdk/src/transactions/response.rs +++ b/stellar_rust_sdk/src/transactions/response.rs @@ -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, /// 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.