Name | Lookup | Parameters | |
|---|---|---|---|
| emergency_shutdown | 6900 | - | |
| open_collateral_refund | 6901 | - | |
| refund_collaterals | 6902 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Shutdown | 6900 | ["BlockNumber"] | |
| OpenRefund | 6901 | ["BlockNumber"] | |
| Refund | 6902 | ["AccountId","Balance","Vec<(CurrencyId, Balance)>"] |
Name | Type | |
|---|---|---|
| IsShutdown | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":124} | |
| CanRefund | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":124} |
Name | Type | Value | |
|---|---|---|---|
| CollateralCurrencyIds | Vec<acala_primitives:currency:CurrencyId> | 1000000002040d0000000003 |
Name | Docs |
|---|---|
| AlreadyShutdown | System has already been shutdown |
| MustAfterShutdown | Must after system shutdown |
| CanNotRefund | Final redemption is still not opened |
| ExistPotentialSurplus | Exist potential surplus, means settlement has not been completed |
| ExistUnhandledDebit | Exist unhandled debit, means settlement has not been completed |