Remove old Deltas reference

Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
This commit is contained in:
Diederik Loerakker
2019-06-25 02:41:02 +02:00
committed by GitHub
parent a5b7564c5b
commit 45dbf5a107

View File

@@ -286,8 +286,6 @@ We define the following Python custom types for type hinting and readability:
| `BLSPubkey` | `Bytes48` | a BLS12-381 public key |
| `BLSSignature` | `Bytes96` | a BLS12-381 signature |
`Deltas` is a non-SSZ type, a series of changes applied to balances, optimized by clients.
## Containers
The following types are [SimpleSerialize (SSZ)](../simple-serialize.md) containers.