Registry / crypto / safecoin-program

safecoin-program

JSON →
library1.14.17rscratesunverified

Safecoin Program provides core program types and utilities for building on Safecoin blockchain.

# Cargo.toml [dependencies] safecoin-program = "1.14.17"
INSTALL
IMPORT
SIG · SAFECOIN-PROGRAM
S
safecoin-program
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.

invoke
✓ use safecoin_program::program::invoke;

Invokes a Safecoin program instruction.

use safecoin_program::program::invoke; use safecoin_program::instruction::Instruction; let instruction = Instruction::new_with_borsh(/* ... */); invoke(&instruction, &[/* accounts */]).unwrap();
Debug
Known issues
gotchaRequires the Safecoin runtime environment; not usable outside of a Safecoin validator context.
fix
Only use this crate within a Safecoin program or test environment that provides the runtime.
affects: >=1.0.0
Upgrade
Version history
1.14.17latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources
safecoin-program — cargo add safecoin-program · libregistry