Crates.io | sg-marketplace-common |
lib.rs | sg-marketplace-common |
version | 1.2.0 |
source | src |
created_at | 2023-06-30 14:50:53.647489 |
updated_at | 2024-02-01 18:31:49.217351 |
description | Common functionality used in Stargaze Marketplace contracts |
homepage | https://stargaze.zone |
repository | https://github.com/public-awesome/marketplace |
max_upload_size | |
id | 904643 |
size | 46,469 |
The sg-marketplace-common
common package is used to manage functionality shared between marketplace contracts. The package is divided into the following modules:
mod address
: functionality related to the cosmwasm_std::Addr
typemod coin
: functionality related to the cosmwasm_std::Coin
typemod nft
: functionality related to NFT datamod query
: functionality related to querying smart contractsmod sale
: functionality related to NFT sales