This commit is contained in:
Sergio Chouhy 2025-12-04 21:34:47 -03:00
parent 35bf943244
commit 925ae8d0c1

View File

@ -1,10 +1,9 @@
use risc0_zkvm::{DeserializeOwned, guest::env, serde::Deserializer};
use serde::{Deserialize, Serialize};
use crate::account::{Account, AccountWithMetadata};
#[cfg(feature = "host")]
use crate::account::AccountId;
use crate::account::{Account, AccountWithMetadata};
pub type ProgramId = [u32; 8];
pub type InstructionData = Vec<u32>;