Module safe_token_2022::pod

source ·
Expand description

Safecoin program utilities for Plain Old Data types

Structs

  • An EncryptionPubkey that encodes None as all 0, meant to be usable as a Pod type.
  • A Pubkey that encodes None as all 0, meant to be usable as a Pod type, similar to all NonZero* number types from the bytemuck library.
  • The standard bool is not a Pod, define a replacement that is
  • i16 type that can be used in Pods
  • i64 type that can be used in Pods
  • u16 type that can be used in Pods
  • u64 type that can be used in Pods

Functions

Type Definitions