useanchor_lang::prelude::*;/// Root seed for Proof accounts.
pubconstSEED_PROOF:&[u8]=b"prf";/// Proof accounts track the entry of a reference in an index.
/// Initializing this account will prevent other signers from creating new items pointing the same reference.
#[account]pubstructProof{pubbump:u8,
}