BorshStructSizedCodec constructor

const BorshStructSizedCodec(
  1. Map<String, BorshCodecFixedSized> schema
)

Creates a codec for borsh serializable objects with sized fields.

Implementation

const BorshStructSizedCodec(super.schema);