Registry / other / bitcoin-univalue

bitcoin-univalue

JSON →
library0.1.20rscratesunverified

Univalues and various token utilities for Bitcoin-related projects.

# Cargo.toml [dependencies] bitcoin-univalue = "0.1.20"
INSTALL
IMPORT
SIG · BITCOIN-UNIVALUE
B
bitcoin-univalue
otherrustv0.1.20
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.

UniValue
use bitcoin_univalue::UniValue;

Creates a univalue from an integer.

use bitcoin_univalue::UniValue; fn main() { let val = UniValue::from(42); println!("Value: {}", val.get_int()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.20latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Meta
1
OpenAI (training)
1
Resources
bitcoin-univalue — cargo add bitcoin-univalue · libregistry