Name | Lookup | Parameters | |
|---|---|---|---|
| motion_approve | 2c00 | 1 | |
| motion_revoke | 2c01 | 1 | |
| motion_close | 2c02 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| MotionApproved | 2c00 | ["Hash","AuthId"] | |
| MotionDispatched | 2c01 | ["Hash","DispatchResult"] | |
| MotionExpired | 2c02 | ["Hash"] | |
| MotionRevoked | 2c03 | ["Hash","AuthId"] | |
| MotionRemoved | 2c04 | ["Hash"] |
Name | Type | |
|---|---|---|
| Motions | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"pallet_federated_authority:pallet:MotionInfo","keys_id":11,"value_id":282}} |
Name | Type | Value | |
|---|---|---|---|
| MaxAuthorityBodies | U32 | 02000000 | |
| MotionDuration | U32 | 40190100 |
Name | Docs |
|---|---|
| MotionAlreadyApproved | The motion has already been approved by this authority. |
| MotionApprovalMissing | The authority trying to kill a motion was not found in the list of approvers. |
| MotionApprovalExceedsBounds | The motion approval excees T::MaxAuthorityBodies |
| MotionNotFound | Motion not found |
| MotionNotEnded | Motion not finished |
| MotionHasEnded | Motion has ended and therefore it doesn't accept more changes |
| MotionTooEarlyToClose | Motion is approved but need to wait until the approval period ends |
| MotionAlreadyExists | Motion already exists |
| MotionExpired | Motion expired without enough approvals |