Add docs for DelayedClaimable

pull/590/head
Brandon Gilchrist 7 years ago committed by GitHub
parent f79f7b00e3
commit bddc8755c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      docs/source/delayedclaimable.rst

@ -0,0 +1,13 @@
DelayedClaimable
=============================================
Extension for the Claimable contract, where the ownership needs to be claimed before/after a certain block number.
setLimits(uint256 _start, uint256 _end) onlyOwner
""""""""""""""""""""""""""""""""""""""
Specifies the time period during which a pending owner can claim ownership.
claimOwnership( ) onlyPendingOwner
""""""""""""""""""""""""""""""""""""""
Completes transfer of ownership by setting pending owner as the new owner.
Loading…
Cancel
Save