Enums

Functions

Create account almost from scratch, lifted from https://github.com/solana-labs/solana-program-library/blob/7d4873c61721aca25464d42cc5ef651a7923ca79/associated-token-account/program/src/processor.rs#L51-L98

Cheap method to just grab delegate Pubkey from token account, instead of deserializing entire thing

Cheap method to just grab mint Pubkey from token account, instead of deserializing entire thing