Skip to content

Commit 20b43f1

Browse files
authored
Expose Executable from the SDK module. (#1562)
### What Expose `Executable` from the SDK module. ### Why Make it usable. ### Known limitations N/A
1 parent 717595d commit 20b43f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soroban-sdk/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ pub mod prng;
10221022
pub mod storage;
10231023
pub mod token;
10241024
mod vec;
1025-
pub use address::Address;
1025+
pub use address::{Address, Executable};
10261026
pub use bytes::{Bytes, BytesN};
10271027
pub use map::Map;
10281028
pub use muxed_address::MuxedAddress;

0 commit comments

Comments
 (0)