Function solana_program::borsh::get_packed_len

source ยท
pub fn get_packed_len<S: BorshSchema>() -> usize
๐Ÿ‘ŽDeprecated since 1.17.0: Please use borsh0_10::get_packed_len instead
Expand description

Get the worst-case packed length for the given BorshSchema

Note: due to the serializer currently used by Borsh, this function cannot be used on-chain in the Solana SBF execution environment.