carbon-virtuals-decoder 0.10.0

Virtuals Program Decoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![no_std]

extern crate alloc;

use solana_pubkey::Pubkey;

pub struct VirtualsDecoder;
pub mod accounts;
pub mod instructions;
pub mod types;

pub const PROGRAM_ID: Pubkey =
    Pubkey::from_str_const("5U3EU2ubXtK84QcRjWVmYt9RaDyA8gKxdUrPFXmZyaki");