Name | Lookup | Parameters | |
|---|---|---|---|
| set_nomination_enabled | 3f00 | 1 | |
| opt_in_to_nomination | 3f01 | 1 | |
| opt_out_of_nomination | 3f02 | 1 | |
| deposit_collateral | 3f03 | 2 | |
| withdraw_collateral | 3f04 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NominationOptIn | 3f00 | ["DefaultVaultId"] | |
| NominationOptOut | 3f01 | ["DefaultVaultId"] | |
| DepositCollateral | 3f02 | ["DefaultVaultId","AccountId","BalanceOf"] | |
| WithdrawCollateral | 3f03 | ["DefaultVaultId","AccountId","BalanceOf"] |
Name | Type | |
|---|---|---|
| NominationEnabled | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":30} | |
| Vaults | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["spacewalk_primitives:VaultId"],"value":"Bool","keys_id":143,"value_id":30}} |
Name | Docs |
|---|---|
| VaultAlreadyOptedInToNomination | Vault has already enabled nomination. |
| VaultNotOptedInToNomination | Vault has not enabled nomination. |
| VaultNotFound | Vault not found. |
| CannotWithdrawCollateral | Account cannot withdraw. |
| VaultNominationDisabled | Nomination is not enabled. |
| DepositViolatesMaxNominationRatio | Nomination would overburden Vault. |
| CollateralizationTooLow | Vault cannot withdraw. |