Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 1.66 KB

File metadata and controls

65 lines (35 loc) · 1.66 KB

@ethereumjs/util / ssz

Namespace: ssz

SSZ containers

Table of contents

Variables

Variables

Bytes20

Const Bytes20: ByteVectorType

Defined in

packages/util/src/ssz.ts:13


UintBigInt64

Const UintBigInt64: UintBigintType

Defined in

packages/util/src/ssz.ts:12


UintNum64

Const UintNum64: UintNumberType

Defined in

packages/util/src/ssz.ts:11


Withdrawal

Const Withdrawal: ContainerType<{ address: ByteVectorType = Bytes20; amount: UintBigintType = UintBigInt64; index: UintBigintType = UintBigInt64; validatorIndex: UintBigintType = UintBigInt64 }>

Defined in

packages/util/src/ssz.ts:15


Withdrawals

Const Withdrawals: ListCompositeType<ContainerType<{ address: ByteVectorType = Bytes20; amount: UintBigintType = UintBigInt64; index: UintBigintType = UintBigInt64; validatorIndex: UintBigintType = UintBigInt64 }>>

Defined in

packages/util/src/ssz.ts:24