Registry / other / sg-whitelist

sg-whitelist

JSON →
library3.15.0rscratesunverified

A CosmWasm smart contract for managing NFT whitelists on the Stargaze blockchain.

# Cargo.toml [dependencies] sg-whitelist = "3.15.0"
INSTALL
IMPORT
SIG · SG-WHITELIST
S
sg-whitelist
otherrustv3.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ExecuteMsg
use sg_whitelist::msg::ExecuteMsg;

Example of using the whitelist contract's execute message.

use sg_whitelist::msg::ExecuteMsg; fn main() { let msg = ExecuteMsg::AddAddresses { addresses: vec![] }; println!("{:?}", msg); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.15.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
sg-whitelist — cargo add sg-whitelist · libregistry