Registry / other / apollo-cw-asset

apollo-cw-asset

JSON →
library0.1.2rscratesunverified

Helper library for interacting with Cosmos assets (SDK coins and CW20 tokens).

# Cargo.toml [dependencies] apollo-cw-asset = "0.1.2"
INSTALL
IMPORT
SIG · APOLLO-CW-ASSET
A
apollo-cw-asset
otherrustv0.1.2
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.

Asset
use apollo_cw_asset::Asset;

Creates a new asset with denomination and amount.

use apollo_cw_asset::Asset; fn main() { let asset = Asset::new("uatom", 1000u128); println!("Asset: {:?}", asset); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
apollo-cw-asset — cargo add apollo-cw-asset · libregistry