MoCSettlementMock

View Source: contracts/mocks/MoCSettlementMock.sol

↗ Extends: MoCSettlement

MoCSettlementMock - version: 0.1.12

Contract Members

Constants & Variables

uint256 internal constant STEPS;

Functions

Constructor

function () public nonpayable MoCSettlement 

Arguments

function () external nonpayable

Arguments

pubRunDeleveraging

function pubRunDeleveraging() public nonpayable

Arguments

pubRunRedeemDoc

function pubRunRedeemDoc() public nonpayable
returns(uint256)

Arguments

setBlockSpan

⤾ overrides [?]

Sets the number of blocks settlement will be allowed to run

function setBlockSpan(uint256 _blockSpan) public nonpayable

Arguments

NameTypeDescription

_blockSpan

uint256

number of blocks

docRedemptionStepCountForTest

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 updated