Struct lpl_token_auth_rules::payload::ProofInfo
source · #[repr(C)]pub struct ProofInfo {
pub proof: Vec<[u8; 32]>,
}
Expand description
A proof type used by the PubkeyTreeMatch
rule.
Fields§
§proof: Vec<[u8; 32]>
The merkle proof.
Implementations§
Trait Implementations§
source§impl BorshDeserialize for ProofInfowhere
Vec<[u8; 32]>: BorshDeserialize,
impl BorshDeserialize for ProofInfowhere Vec<[u8; 32]>: BorshDeserialize,
source§impl BorshSerialize for ProofInfowhere
Vec<[u8; 32]>: BorshSerialize,
impl BorshSerialize for ProofInfowhere Vec<[u8; 32]>: BorshSerialize,
source§impl<'de> Deserialize<'de> for ProofInfo
impl<'de> Deserialize<'de> for ProofInfo
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more