Skip to content

Commit

Permalink
Merge pull request raiden-network#261 from pirapira/fix-a-warning
Browse files Browse the repository at this point in the history
Add Balance Proof Update to terminology.rst
  • Loading branch information
jomuel authored Sep 4, 2019
2 parents aa1814b + 3a29a42 commit 5961cd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terminology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ Raiden Terminology
BP
Signed data required by the :term:`Payment Channel` to prove the balance of one of the parties. Different formats exist for offchain communication and onchain communication. See the :ref:`onchain balance proof definition <balance-proof-onchain>` and :ref:`offchain balance proof definition <balance-proof-offchain>`.

balance proof update
Signed balance proof with a countersignature. Depending on the message ID, a balance proof update message either shows the second signer's intention to close the channel (with a ``closeChannel()`` call) or submit the balance proof during the settlement period (with an ``updateNonClosingBalanceProof()`` call).

withdraw proof
Participant Withdraw Proof
Signed data required by the :term:`Payment Channel` to allow a participant to withdraw tokens. See the :ref:`message definition <withdraw-proof>`.
Expand Down Expand Up @@ -196,4 +199,4 @@ Raiden Terminology
Number of tokens that is referred to in a specific message, e.g. amount in :term:`locked transfer` means number of tokens to be added to the already locked tokens as part of a transfer

expiration
Specific block after which the lock in the :term:`locked transfer` expires
Specific block after which the lock in the :term:`locked transfer` expires

0 comments on commit 5961cd7

Please sign in to comment.