Remove old Deltas reference
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
This commit is contained in:
parent
a5b7564c5b
commit
45dbf5a107
|
@ -286,8 +286,6 @@ We define the following Python custom types for type hinting and readability:
|
||||||
| `BLSPubkey` | `Bytes48` | a BLS12-381 public key |
|
| `BLSPubkey` | `Bytes48` | a BLS12-381 public key |
|
||||||
| `BLSSignature` | `Bytes96` | a BLS12-381 signature |
|
| `BLSSignature` | `Bytes96` | a BLS12-381 signature |
|
||||||
|
|
||||||
`Deltas` is a non-SSZ type, a series of changes applied to balances, optimized by clients.
|
|
||||||
|
|
||||||
## Containers
|
## Containers
|
||||||
|
|
||||||
The following types are [SimpleSerialize (SSZ)](../simple-serialize.md) containers.
|
The following types are [SimpleSerialize (SSZ)](../simple-serialize.md) containers.
|
||||||
|
|
Loading…
Reference in New Issue