clean base models

This commit is contained in:
callebtc
2023-01-14 15:01:23 +01:00
parent 482786dcc5
commit f808366eb2
2 changed files with 59 additions and 13 deletions

View File

@@ -61,7 +61,7 @@ A `Proof` is also called a `Token` and has the following form:
```
### `Proofs`
A list of `Proof`'s. In general, this will be used for most operations instead of a single `Proof`. `Proofs` can be serialized (see Methods/Serialization [TODO: Link Serialization])
An array (list) of `Proof`'s. In general, this will be used for most operations instead of a single `Proof`. `Proofs` can be serialized (see Methods/Serialization [TODO: Link Serialization])
## 0.2 - Methods