ics23/
helpers.rs

1pub type Result<T> = anyhow::Result<T>;
2pub type Hash = alloc::vec::Vec<u8>;