Skip to main content

Module compact

Module compact 

Source

Structs§

AccountMeta
Compact account meta packed into one byte. Bits 0..=5 encode the pubkey-table index (0..MAX_PUBKEYS-1). Bit 6 is is_signer, and bit 7 is is_writable.
EncryptableAccountMeta
Instruction

Constants§

MAX_PUBKEYS
MAX_PUBKEYS = 64

Traits§

ClearText
ClearTextWithInsertable