Module spl_pod::optional_keys
source · Expand description
Optional pubkeys that can be used a Pod
s
Structs
- An ElGamalPubkey that encodes
None
as all0
, meant to be usable as a Pod type. - A Pubkey that encodes
None
as all0
, meant to be usable as a Pod type, similar to all NonZero* number types from the bytemuck library.