BorshStructDecoder<T> constructor

const BorshStructDecoder<T>(
  1. Map<String, BorshCodec> schema
)

Creates a decoder for borsh serializable objects.

Implementation

const BorshStructDecoder(super.schema);