Type Alias IDecoder<TDecodedValue, TEncodedValue>

IDecoder: { decode(encodedValue: TEncodedValue): TDecodedValue }

The IDecoder contract defines a standard way to decode data.

IMPORT_PATH: "@daiso-tech/core/codec/contracts"

Type Parameters

  • TDecodedValue
  • TEncodedValue

Type declaration