@ethereumjs/util / ssz
SSZ containers
• Const
Bytes20: ByteVectorType
• Const
UintBigInt64: UintBigintType
• Const
UintNum64: UintNumberType
• Const
Withdrawal: ContainerType
<{ address
: ByteVectorType
= Bytes20; amount
: UintBigintType
= UintBigInt64; index
: UintBigintType
= UintBigInt64; validatorIndex
: UintBigintType
= UintBigInt64 }>
• Const
Withdrawals: ListCompositeType
<ContainerType
<{ address
: ByteVectorType
= Bytes20; amount
: UintBigintType
= UintBigInt64; index
: UintBigintType
= UintBigInt64; validatorIndex
: UintBigintType
= UintBigInt64 }>>