encoder property
Returns the encoder from S
to T
.
It may be stateful and should not be reused.
Implementation
@override
BorshOptionEncoder<T> get encoder => BorshOptionEncoder(subtype, type);
Returns the encoder from S
to T
.
It may be stateful and should not be reused.
@override
BorshOptionEncoder<T> get encoder => BorshOptionEncoder(subtype, type);