Skip to content

Commit

Permalink
chore(sdk): expose drive module in public API for rs-sdk (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer authored Oct 7, 2024
1 parent 9a8068b commit d73139f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rs-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pub use sdk::{RequestSettings, Sdk, SdkBuilder};

pub use dashcore_rpc;
pub use dpp;
pub use drive;
pub use rs_dapi_client as dapi_client;

/// Version of the SDK
Expand Down

0 comments on commit d73139f

Please sign in to comment.