Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
export
type
ValueOf<T> = T[keyof T];
4
export
interface
DecodedMap {
5
readonly [key: string]: string;
6
}
7
8
export
interface
InputParameter {
9
readonly name: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected