Unverified Commit bddc8755 by Brandon Gilchrist Committed by GitHub

Add docs for DelayedClaimable

parent f79f7b00
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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment