README.adoc 672 B

12345678910111213141516171819
  1. = Payment
  2. 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.
  3. 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].
  4. == Utilities
  5. {{PaymentSplitter}}
  6. {{PullPayment}}
  7. == Escrow
  8. {{Escrow}}
  9. {{ConditionalEscrow}}
  10. {{RefundEscrow}}