Registry / crypto / safecoin-sdk

safecoin-sdk

JSON →
library1.14.17rscratesunverified

Safecoin SDK for building on the Safecoin blockchain.

# Cargo.toml [dependencies] safecoin-sdk = "1.14.17"
INSTALL
IMPORT
SIG · SAFECOIN-SDK
S
safecoin-sdk
cryptorustv1.14.17
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 safecoin_sdk::pubkey::Pubkey;

Generate a new unique public key.

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

No known issues recorded.

Upgrade
Version history
1.14.17latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
safecoin-sdk — cargo add safecoin-sdk · libregistry