Registry / crypto / miraland-sdk

miraland-sdk

JSON →
library1.19.2rscratesunverified

Software development kit for the Miraland blockchain.

# Cargo.toml [dependencies] miraland-sdk = "1.19.2"
INSTALL
IMPORT
SIG · MIRALAND-SDK
M
miraland-sdk
cryptorustv1.19.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.

Pubkey
use miraland_sdk::Pubkey;

Generate a new unique public key.

use miraland_sdk::Pubkey; fn main() { let pubkey = Pubkey::new_unique(); println!("Public key: {}", pubkey); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.19.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
miraland-sdk — cargo add miraland-sdk · libregistry