Registry / crypto / miraland-address-lookup-table-program

miraland-address-lookup-table-program

JSON →
library1.19.2rscratesunverified

Miraland address lookup table program for managing address lookups on the Miraland blockchain.

# Cargo.toml [dependencies] miraland-address-lookup-table-program = "1.19.2"
INSTALL
IMPORT
SIG · MIRALAND-ADDRESS-L
M
miraland-address-lookup-table-program
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.

instruction
use miraland_address_lookup_table_program::instruction;

Creates an instruction for a lookup table.

use miraland_address_lookup_table_program::instruction; fn main() { let ix = instruction::create_lookup_table( &pubkey, &authority, &recent_slot, ); println!("Instruction created"); }
Debug
Known issues
gotchaThis crate is part of the Miraland ecosystem and may have dependencies on other Miraland crates.
fix
Ensure you have the correct versions of `miraland-sdk` and other related crates.
affects: >=1.19.0
Upgrade
Version history
1.19.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
miraland-address-lookup-table-program — cargo add miraland-address-lookup-table-program · libregistry