infrastructure-upgrade/lib/openzeppelin-contracts/contracts/payment
T-Hax 735546619e
init
Signed-off-by: T-Hax <>
2023-04-08 18:46:18 +00:00
..
escrow init 2023-04-08 18:46:18 +00:00
PaymentSplitter.sol init 2023-04-08 18:46:18 +00:00
PullPayment.sol init 2023-04-08 18:46:18 +00:00
README.adoc init 2023-04-08 18:46:18 +00:00

= Payment

[.readme-notice]
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/payment

Utilities related to sending and receiving payments. Examples are {PullPayment}, which implements the best security practices when sending funds to third parties, and {PaymentSplitter} to receive incoming payments among a number of beneficiaries.

TIP: When transferring funds to and from untrusted third parties, there is always a security risk of reentrancy. If you would like to learn more about this and ways to protect against it, check out our blog post https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].

== Utilities

{{PaymentSplitter}}

{{PullPayment}}

== Escrow

{{Escrow}}

{{ConditionalEscrow}}

{{RefundEscrow}}