UNPKG

opstack-kit-chains

Version:
9 lines (7 loc) 139 B
import type { Hex } from './misc.js' export type Withdrawal = { address: Hex amount: Hex index: Hex validatorIndex: Hex }