UNPKG

opstack-kit-chains

Version:
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