Name | Lookup | Parameters | |
|---|---|---|---|
| set_commission | 2700 | 1 | |
| add_new_pool | 2701 | 2 | |
| remove_pool | 2702 | 2 | |
| set_receiver | 2703 | 1 | |
| set_era_unbond_limit | 2704 | 2 | |
| set_init_bond | 2705 | 4 | |
| set_chain_bonding_duration | 2706 | 2 | |
| add_sub_accounts_and_threshold | 2707 | 4 | |
| clear_current_era_snap_shots | 2708 | 1 | |
| set_least_bond | 2709 | 2 | |
| set_chain_era | 270a | 2 | |
| bond_report | 270b | 2 | |
| new_bond_report | 270c | 3 | |
| bond_and_report_active | 270d | 5 | |
| active_report | 270e | 3 | |
| new_active_report | 270f | 4 | |
| withdraw_report | 2710 | 2 | |
| transfer_report | 2711 | 2 | |
| migrate_pool | 2712 | 3 | |
| bond_and_report_active_with_pending_value | 2713 | 6 | |
| fix_rsol_rate | 2714 | 2 | |
| set_active_change_rate_limit | 2715 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| EraUpdated | 2700 | ||
| EraPoolUpdated | 2701 | ||
| BondingDurationUpdated | 2702 | ||
| CommissionUpdated | 2703 | ||
| PoolAdded | 2704 | ||
| PoolSubAccountAdded | 2705 | ||
| BondReported | 2706 | ||
| ActiveReported | 2707 | ||
| WithdrawReported | 2708 | ||
| TransferReported | 2709 |
Name | Type | |
|---|---|---|
| ChainEras | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"u32","isLinked":false}} | |
| ChainBondingDuration | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"u32","isLinked":false}} | |
| Commission | {"origin":"PlainType","plain_type":"Perbill"} | |
| Receiver | {"origin":"PlainType","plain_type":"AccountId"} | |
| Pools | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"Vec<Vec<u8>>","isLinked":false}} | |
| BondedPools | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"Vec<Vec<u8>>","isLinked":false}} | |
| TotalExpectedActive | {"origin":"DoubleMapType","double_map_type":{"key":"RSymbol","key2":"u32","hasher":"Blake2_128Concat","key2Hasher":"Blake2_128Concat","value":"u128","isLinked":false}} | |
| BondPipelines | {"origin":"DoubleMapType","double_map_type":{"key":"RSymbol","key2":"Bytes","hasher":"Blake2_128Concat","key2Hasher":"Blake2_128Concat","value":"LinkChunk","isLinked":false}} | |
| EraSnapShots | {"origin":"DoubleMapType","double_map_type":{"key":"RSymbol","key2":"u32","hasher":"Blake2_128Concat","key2Hasher":"Blake2_128Concat","value":"Vec<Hash>","isLinked":false}} | |
| Snapshots | {"origin":"DoubleMapType","double_map_type":{"key":"RSymbol","key2":"Hash","hasher":"Blake2_128Concat","key2Hasher":"Blake2_128Concat","value":"BondSnapshot<AccountId>","isLinked":false}} | |
| CurrentEraSnapShots | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"Vec<Hash>","isLinked":false}} | |
| PoolUnbonds | {"origin":"DoubleMapType","double_map_type":{"key":"RSymbol","key2":"(Vec<u8>, u32)","hasher":"Blake2_128Concat","key2Hasher":"Blake2_128Concat","value":"Vec<Unbonding<AccountId>>","isLinked":false}} | |
| EraUnbondLimit | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"u16","isLinked":false}} | |
| SubAccounts | {"origin":"DoubleMapType","double_map_type":{"key":"RSymbol","key2":"Bytes","hasher":"Blake2_128Concat","key2Hasher":"Blake2_128Concat","value":"Vec<Vec<u8>>","isLinked":false}} | |
| MultiThresholds | {"origin":"DoubleMapType","double_map_type":{"key":"RSymbol","key2":"Bytes","hasher":"Blake2_128Concat","key2Hasher":"Blake2_128Concat","value":"u16","isLinked":false}} | |
| LastVoter | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"AccountId","isLinked":false}} | |
| LeastBond | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"u128","isLinked":false}} | |
| PendingStake | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"u128","isLinked":false}} | |
| PendingReward | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"u128","isLinked":false}} | |
| ActiveChangeRateLimit | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"Perbill","isLinked":false}} |
Name | Docs |
|---|---|
| OverFlow | Got an OverFlow |
| PoolAlreadyAdded | pool already added |
| PoolNotFound | pool not found |
| PoolNotBonded | pool not bonded |
| RepeatInitBond | RepeatInitBond |
| NoReceiver | No receiver |
| NewBondingDurationZero | new_bonding_duration zero |
| EraSkipped | new era not bigger than old |
| LastVoterNobody | Last voter is nobody |
| SnapShotNotFound | snap shot not found by shotId, |
| ShotIdAlreadyProcessed | shot_id already processed |
| ActiveAlreadySet | active already set |
| BondReported | bond reported |
| TransferReported | transfer reported |
| StateNotEraUpdated | state not era updated |
| StateNotBondReported | state not bond reported |
| StateNotActiveReported | state not active reported |
| StateNotWithdrawReported | state not withdraw reported |
| LastEraNotContinuable | Last era not continuable |
| RateIsNone | none rate error |
| ActionNotSupported | action not supported |
| ActiveNotMatch | active not match |