Skip to main content

ssz

Index

Variables

constBytes20

Bytes20: ByteVectorType = ...

constUintBigInt64

UintBigInt64: UintBigintType = ...

constUintNum64

UintNum64: UintNumberType = ...

constWithdrawal

Withdrawal: ContainerType<{ address: ByteVectorType; amount: UintBigintType; index: UintBigintType; validatorIndex: UintBigintType }> = ...

constWithdrawals

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