BorshStructSizedCodec constructor
const
BorshStructSizedCodec(
- Map<
String, BorshCodecFixedSized> schema
Creates a codec for borsh serializable objects with sized fields.
Implementation
const BorshStructSizedCodec(super.schema);