arch_program 0.6.4

A Rust library for building programs that run inside the Arch Virtual Machine. Provides core functionality for creating instructions, managing accounts, handling program errors, and interacting with the Arch runtime environment. Includes utilities for logging, transaction handling, and Bitcoin UTXO management.
Documentation
1
2
3
4
crate::declare_id!("11111111111111111111111111111111");

/// Backwards-compatible alias for the system program ID.
pub const SYSTEM_PROGRAM_ID: crate::pubkey::Pubkey = ID;