UNPKG

@abstract-foundation/agw-client

Version:
9 lines (7 loc) 152 B
import { type Address, type Hex } from 'viem'; export interface Call { target: Address; allowFailure: boolean; value: bigint; callData: Hex; }