Skip to content

Commit

Permalink
bugfix: expose pagination types
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Dec 5, 2023
1 parent ce00cf8 commit 190c87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmrs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mod base;
mod error;

pub use crate::{
base::{AccountId, Amount, Coin, Denom, Gas},
base::{query, AccountId, Amount, Coin, Denom, Gas},
error::{Error, Result},
tx::Tx,
};
Expand Down

0 comments on commit 190c87f

Please sign in to comment.