Skip to content

MulticallResult

Defined in: utils/multicall.ts:45

The result of a single call within a multicall batch.

Properties

data

data: any

Defined in: utils/multicall.ts:49

The decoded return data, or null if the call failed


success

success: boolean

Defined in: utils/multicall.ts:47

Whether the call succeeded