Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/api3dao/airnode
/ encoding.test.ts
File
encoding.test.ts
packages/airnode-adapter/src/response-processing/encoding.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ ethers } from
'ethers'
;
2
import
{ encodeValue, getSolidityType } from
'./encoding'
;
3
4
[
'uint256'
,
'int256'
].forEach((
type
) => {
Callers
nothing calls this directly
Calls
2
encodeValue
Function · 0.90
getSolidityType
Function · 0.90
Tested by
no test coverage detected