croncat-mod-balances

Crates.iocroncat-mod-balances
lib.rscroncat-mod-balances
version1.0.4
sourcesrc
created_at2023-04-15 21:15:46.713914
updated_at2023-09-25 13:37:33.871538
descriptionAllows querying CosmWasm balances, helpful when making CronCat tasks with queries.
homepage
repositoryhttps://github.com/CronCats/cw-croncat
max_upload_size
id840187
size102,727
Mykhailo Donchenko (Buckram123)

documentation

README

CronCats contract for balances queries

The contract can perform these queries:

Query Description
GetBalance Get native balance of the address
GetCw20Balance Get cw20 balance of the address
HasBalanceComparator Compare balance of the address to the given coin (either native or cw20)

This contract doesn't support Execute actions and it doesn't have any state.

Commit count: 1679

cargo fmt