Skip to content

Commit

Permalink
add imports
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty committed Sep 27, 2024
1 parent 3ef9a45 commit 92f46ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/developers/connect-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ The following checks should be made before utilizing a price from Connect in a c
### Code Example

```rust contract.rs
use connect_sdk::bindings::query::ConnectQuery;
use connect_sdk::bindings::querier::ConnectQuerier;
use connect_sdk::bindings::marketmap::types::CurrencyPair;
use cosmwasm_std::{entry_point, Binary, Deps, DepsMut, Empty, Env, MessageInfo, Response, StdResult, to_json_binary, Int128, StdError};

fn do_something_with_price(
deps: Deps<ConnectQuery>,
env: Env,
Expand Down

0 comments on commit 92f46ac

Please sign in to comment.