This commit is contained in:
Hardhat Chad
2025-08-25 17:04:24 -07:00
parent 60d0f0e876
commit 0a4f463c90
3 changed files with 21 additions and 9 deletions

View File

@@ -41,15 +41,6 @@ pub struct Close {}
#[derive(Clone, Copy, Debug, Pod, Zeroable)]
pub struct Reset {}
#[repr(C)]
#[derive(Clone, Copy, Debug, Pod, Zeroable)]
pub struct Commit {
pub amount: [u8; 8],
pub executor: [u8; 32],
pub fee: [u8; 8],
pub seed: [u8; 32],
}
#[repr(C)]
#[derive(Clone, Copy, Debug, Pod, Zeroable)]
pub struct Initialize {}