In IPLD Schema types may have different [representation]s, this interface represents all the types that have a map representation and defines extensions relevant to such types. [representation]: https://ipld.io/docs/schemas/features/representation-strategies/

Type Parameters

  • V

  • K extends string

  • I = unknown

Hierarchy

Properties

key: Schema.Reader<K, string, Schema.Error>
value: Schema.Reader<V, I, Schema.Error>

Methods

Generated using TypeDoc