BorshOptionSized<T> constructor

const BorshOptionSized<T>(
  1. BorshAnnotationSized<T> subtype, [
  2. BorshOptionType? type
])

Creates an annotation for an optional sized value.

Implementation

const BorshOptionSized(
  super.subtype, [
  super.type,
]);