MoCSettlementMock
MoCSettlementMock - version: 0.1.12
Constants & Variables
uint256 internal constant STEPS;
Constructor
function () public nonpayable MoCSettlement
Arguments
function () external nonpayable
Arguments
function pubRunDeleveraging() public nonpayable
Arguments
function pubRunRedeemDoc() public nonpayable
returns(uint256)
Arguments
⤾ overrides [?]
Sets the number of blocks settlement will be allowed to run
function setBlockSpan(uint256 _blockSpan) public nonpayable
Arguments
Name | Type | Description |
---|---|---|
_blockSpan | uint256 | number of blocks |
Returns the amount of steps for the Doc Redemption task which is the amount of redeem requests in the queue. (Used in tests only)
function docRedemptionStepCountForTest() public view
returns(uint256)
Arguments
Last modified 1yr ago