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