tulipv2-sdk-common 0.9.22

common types, traits, and helper functions used by the v2 sdk
Documentation
//! provides a tokenized vault shares trait and pausable action trait similar to OpenZeppelin's pausable library

#![allow(clippy::needless_lifetimes)]
#![allow(clippy::bool_assert_comparison)]
#![allow(clippy::too_many_arguments)]

pub mod pausable;
pub mod vault;