BorshStructSizedDecoder constructor

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

Creates a decoder for borsh serializable objects with sized fields.

Implementation

const BorshStructSizedDecoder(super.schema);