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
5
use super::{HyperspaceClient, HyperspaceClientError};

pub struct Execute<'a>(pub(crate) &'a HyperspaceClient);

impl<'a> Execute<'a> {}