structSized method
Creates a struct
codec for fixed size data types.
A codec can encode/decode data types to/from byte arrays Iterable<u8>
and Buffer
s.
Implementation
BorshStructSizedCodec structSized(
final BorshSchemaSized schema,
) => BorshStructSizedCodec(schema);