Registry / other / miraland-program-runtime

miraland-program-runtime

JSON →
library1.19.2rscratesunverified

The runtime for executing programs on the Miraland blockchain.

# Cargo.toml [dependencies] miraland-program-runtime = "1.19.2"
INSTALL
IMPORT
SIG · MIRALAND-PROGRAM-R
M
miraland-program-runtime
otherrustv1.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.

Bank
use miraland_program_runtime::Bank;

Imports the Bank type from the Miraland program runtime.

use miraland_program_runtime::Bank; fn main() { // The Bank type is central to Miraland's runtime. println!("Miraland program runtime ready"); }
Debug
Known issues
gotchaThis crate is tightly coupled with the Miraland validator and requires the full Miraland SDK.
fix
Use only within a Miraland validator or SDK project; not intended for standalone use.
affects: >=1.19.2
Upgrade
Version history
1.19.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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