UNPKG

viem

Version:

TypeScript Interface for Ethereum

8 lines 184 B
import type { Hex } from './misc.js'; export type Withdrawal = { address: Hex; amount: Hex; index: Hex; validatorIndex: Hex; }; //# sourceMappingURL=withdrawal.d.ts.map