Type Alias IEncoder<TDecodedValue, TEncodedValue>

IEncoder: { encode(decodedValue: TDecodedValue): TEncodedValue }

The IEncoder contract defines a standard way to encode data.

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

Type Parameters

  • TDecodedValue
  • TEncodedValue

Type declaration