Files
openzeppelin-contracts/contracts/payment
Nicolás Venturo 8176a901a9 Cleanup of Ownership directory (#2120)
* Remove Ownable.isOwner.

* Remove ownable behavior from tests

* Make Escrow use Ownable instead of Secondary

* Migrate GSNRecipientERC20Fee to Ownable

* Remove Secondary

* Move Ownable to access directory

* Remove mentions of Secondary

* Add changelog entry

* Move Ownable tests to access

* Remove unused mock
2020-03-16 15:12:29 -03:00
..

= Payment

NOTE: This page is incomplete. We're working to improve it for the next release. Stay tuned!

== Utilities

{{PaymentSplitter}}

{{PullPayment}}

== Escrow

{{Escrow}}

{{ConditionalEscrow}}

{{RefundEscrow}}