BorshOptionSizedDecoder<T> constructor

const BorshOptionSizedDecoder<T>(
  1. BorshCodecFixedSized<T> subtype,
  2. BorshOptionType? type
)

Creates a decoder for optional values.

Implementation

const BorshOptionSizedDecoder(super.subtype, super.type);