Skip to content

IIssuerInternalDebtCache

Description

Source: contracts/Issuer.sol

Views

cacheInfo

Source

Details

Signature

cacheInfo() returns (uint256, uint256, bool, bool)

Visibility

external

State Mutability

view

External Functions

updateCachedSynthDebtWithRate

Source

Details

Signature

updateCachedSynthDebtWithRate(bytes32 currencyKey, uint256 currencyRate)

Visibility

external

State Mutability

nonpayable

updateCachedSynthDebtsWithRates

Source

Details

Signature

updateCachedSynthDebtsWithRates(bytes32[] currencyKeys, uint256[] currencyRates)

Visibility

external

State Mutability

nonpayable

updateDebtCacheValidity

Source

Details

Signature

updateDebtCacheValidity(bool currentlyInvalid)

Visibility

external

State Mutability

nonpayable