This commit is contained in:
Sergio Chouhy
2026-05-15 20:11:11 -03:00
parent 57173cc140
commit 58226fd0f7
4 changed files with 30 additions and 12 deletions
@@ -1,6 +1,8 @@
use nssa_core::{
account::AccountId,
program::{AccountPostState, ChainedCall, ProgramId, ProgramInput, ProgramOutput, read_nssa_inputs},
program::{
AccountPostState, ChainedCall, ProgramId, ProgramInput, ProgramOutput, read_nssa_inputs,
},
};
use risc0_zkvm::serde::to_vec;