This commit is contained in:
Hardhat Chad
2024-02-14 18:30:51 +00:00
parent bbc1d835ea
commit 25c2b17ee9
21 changed files with 670 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
use bytemuck::{Pod, Zeroable};
use solana_program::pubkey::Pubkey;
use crate::impl_to_bytes;
use crate::{impl_account_from_bytes, impl_to_bytes};
use super::Hash;
@@ -28,3 +28,4 @@ pub struct Proof {
}
impl_to_bytes!(Proof);
impl_account_from_bytes!(Proof);