Skip to content

Commit 5c7b4d7

Browse files
committed
fix: make st builder module public in sdk
1 parent 94661af commit 5c7b4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rs-sdk/src/platform/transition.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ pub mod withdraw_from_identity;
1818

1919
pub use txid::TxId;
2020

21-
mod builder;
21+
pub mod builder;
2222
pub mod fungible_tokens;

0 commit comments

Comments
 (0)