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