BorshOptionSized<T> constructor
const
BorshOptionSized<T> (
- BorshAnnotationSized<
T> subtype, [ - BorshOptionType? type
Creates an annotation for an optional sized value.
Implementation
const BorshOptionSized(
super.subtype, [
super.type,
]);