Skip to content

Commit e7ec4e7

Browse files
author
zannis
committed
fix(rust-sdk): expose all transaction-related types
1 parent aae5e44 commit e7ec4e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

crates/sdk/src/lib.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ pub use rrelayer_core::{
2929
SendTransactionResult,
3030
},
3131
queue_system::ReplaceTransactionResult,
32-
types::{Transaction, TransactionData, TransactionId, TransactionSpeed, TransactionValue},
32+
types::{
33+
Transaction, TransactionBlob, TransactionConversionError, TransactionData,
34+
TransactionHash, TransactionId, TransactionNonce, TransactionSpeed, TransactionStatus,
35+
TransactionValue,
36+
},
3337
},
3438
};

documentation/rrelayer/docs/pages/changelog.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Bug fixes
1212

13+
fix: Expose all Transaction-related types to the rust sdk
14+
1315
---
1416

1517
### Breaking changes

0 commit comments

Comments
 (0)