add serialize/deserialize impls

This commit is contained in:
jonesmarvin8
2026-03-02 11:54:41 -05:00
parent d863b763d1
commit 84abe02573
36 changed files with 207 additions and 163 deletions
@@ -11,8 +11,8 @@ fn main() {
};
let account_pre = &pre.account;
let mut account_post = account_pre.clone();
account_post.nonce.0 += 1;
let account_post = account_pre.clone();
account_post.nonce.public_account_nonce_increment();
write_nssa_outputs(
instruction_words,