call method
Creates a struct
codec.
A codec can encode/decode data types to/from byte arrays Iterable<u8>
and Buffer
s.
Implementation
BorshStructCodec call(
final BorshSchema schema,
) =>
BorshStructCodec(schema);
Creates a struct
codec.
A codec can encode/decode data types to/from byte arrays Iterable<u8>
and Buffer
s.
BorshStructCodec call(
final BorshSchema schema,
) =>
BorshStructCodec(schema);