Registry / other / cw20-stake

cw20-stake

JSON →
library2.6.0rscratesunverified

CW20 token that can be staked and staked balance can be queried at any height.

# Cargo.toml [dependencies] cw20-stake = "2.6.0"
INSTALL
IMPORT
SIG · CW20-STAKE
C
cw20-stake
otherrustv2.6.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 cw20_stake::msg::ExecuteMsg;

Create a stake message.

use cw20_stake::msg::ExecuteMsg; fn main() { let msg = ExecuteMsg::Stake { amount: 100u128.into() }; println!("{:?}", msg); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
cw20-stake — cargo add cw20-stake · libregistry