De/Serializes Some case of an Option of type T represented by COption.
Some
The de/serialized type is prefixed with 1. This matches the COption::Some type borsh representation.
1
COption::Some
inner option type
the De/Serializer for the inner type
Generated using TypeDoc
De/Serializes
Some
case of an Option of type T represented by COption.The de/serialized type is prefixed with
1
. This matches theCOption::Some
type borsh representation.