MCPcopy Create free account
hub / github.com/api3dao/airnode / DecodedMap

Interface DecodedMap

packages/airnode-abi/src/types.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3export type ValueOf<T> = T[keyof T];
4export interface DecodedMap {
5 readonly [key: string]: string;
6}
7
8export interface InputParameter {
9 readonly name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected