CreditIssuer.sol
View Functions
periodInitialized
Fetch whether provided member has an initialized period.
Call Params
Return Values
inActivePeriod
Fetch whether provided member is within active credit period.
Call Params
Return Values
inGracePeriod
Fetch whether provided member is in active grace period within network.
Call Params
Return Values
periodExpired
Fetch whether provided member has an expired grace period within network.
Call Params
Return Values
inCompliance
Fetch whether provided member is currently in compliance.
Call Params
Return Values
inDefault
Fetch whether provided member is currently in default.
Call Params
Return Values
isFrozen
Fetch whether provided member is currently frozen.
Call Params
Return Values
periodExpirationOf
Fetch the referenced member's period expiration timestamp.
Call Params
Return Values
graceExpirationOf
Fetch the referenced member's grace expiration timestamp.
Call Params
Return Values
Mutative Functions
underwriteMember
Enables an address with operator access underwrite new member addresses
Call Params
setPeriodExpiration
Enables an address with operator access to set a given member's period expiration.
Call Params
setGraceLength
Enables an address with operator access to set a given member's grace period length (measured in seconds).
Call Params
syncCreditPeriod
Enables an address with operator access to synchronize state between a given member's credit period and credit line.
Call Params
Return Values
Last updated