浏览代码

Merge pull request #588 from BrandonGilchrist/feature/delayed-crowdsale-docs

Add docs for DelayedClaimable
Francisco Giordano 7 年之前
父节点
当前提交
cc5e898250
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      docs/source/delayedclaimable.rst

+ 13 - 0
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.