Interface: MulticallResult
The result of a single call within a multicall batch.
Properties
data
• data: any
The decoded return data, or null if the call failed
Defined in
utils/multicall.ts:49
success
• success: boolean
Whether the call succeeded
Defined in
utils/multicall.ts:47