Module program_utils

Source
๐Ÿ‘ŽDeprecated since 2.3.0: Use solana_bincode::limited_deserialize instead

Functionsยง

limited_deserialize
Deserialize with a limit based the maximum amount of data a program can expect to get. This function should be used in place of direct deserialization to help prevent OOM errors