BorshOptionSizedDecoder<T> constructor
const
BorshOptionSizedDecoder<T> (
- BorshCodecFixedSized<
T> subtype, - BorshOptionType? type
Creates a decoder for optional values.
Implementation
const BorshOptionSizedDecoder(super.subtype, super.type);