UNPKG

@abstract-foundation/agw-client

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