mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-01 23:26:48 +00:00
parsers
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user