Module switchboard_solana::program_id::borsh0_9
Expand description
Utilities for the borsh serialization format, version 0.9.
This file is provided for backwards compatibility with types that still use borsh 0.9, even though this crate canonically uses borsh 0.10.
Functions§
- get_instance_packed_lenDeprecatedGet the packed length for the serialized form of this object instance.
- get_packed_lenDeprecatedGet the worst-case packed length for the given BorshSchema
- try_from_slice_uncheckedDeprecatedDeserializes without checking that the entire slice has been consumed