Function switchboard_solana::program_id::borsh0_9::get_packed_len
pub fn get_packed_len<S>() -> usizewhere
S: BorshSchema,
👎Deprecated since 1.17.0: Please upgrade to Borsh 1.X and use
borsh1::get_packed_len
insteadExpand 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.