Registry / other / tofuri-stake

tofuri-stake

JSON →
library0.1.0rscratesunverified

Tofuri stake management library.

# Cargo.toml [dependencies] tofuri-stake = "0.1.0"
INSTALL
IMPORT
SIG · TOFURI-STAKE
T
tofuri-stake
otherrustv0.1.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.

Stake
use tofuri_stake::Stake;

Creates and manages a stake with a given amount.

use tofuri_stake::Stake; fn main() { let stake = Stake::new(100); println!("Stake amount: {}", stake.amount()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
tofuri-stake — cargo add tofuri-stake · libregistry