ethereumjs-monorepo

@ethereumjs/util


@ethereumjs/util / JSONRPCWithdrawal

Interface: JSONRPCWithdrawal

Defined in: packages/util/src/withdrawal.ts:23

JSON RPC interface for EIP-4895 withdrawal data with amount in Gwei to match CL representation and for eventual ssz withdrawalsRoot

Properties

address

address: `0x${string}`

Defined in: packages/util/src/withdrawal.ts:26


amount

amount: `0x${string}`

Defined in: packages/util/src/withdrawal.ts:27


index

index: `0x${string}`

Defined in: packages/util/src/withdrawal.ts:24


validatorIndex

validatorIndex: `0x${string}`

Defined in: packages/util/src/withdrawal.ts:25