hyperspace-rs 0.2.0

A Rust library to interact with [Hyperspace](https://avax.hyperspace.xyz/) NFT marketplace on Avalanche
Documentation
1
2
3
4
pub(crate) struct ResponseData {
    pub(crate) bids: Vec<Bid>,
    pub(crate) pagination_info: PaginationInfo,
}