This commit is contained in:
callebtc
2023-01-14 22:17:58 +01:00
parent d6297ebccb
commit 226f169823

View File

@@ -74,7 +74,7 @@ A `Proof` is sent to `Bob` for [melting tokens][05]. A `Proof` can also be sent
### `Proofs`
An array (list) of `Proof`'s. In general, this will be used for most operations instead of a single `Proof`. `Proofs` must be serialized before sending between wallets (see [Serialization](#serialization-of-proofs).
An array (list) of `Proof`'s. In general, this will be used for most operations instead of a single `Proof`. `Proofs` must be serialized before sending between wallets (see [Serialization of proofs](#serialization-of-proofs)).
## 0.2 - Methods