EmergencyShutdown
Calls
toggle_call
Attributes
Name |
Type |
pallet_idx |
u8 |
call_idx |
u8 |
Python
call = substrate.compose_call(
'EmergencyShutdown', 'toggle_call', {'call_idx': 'u8', 'pallet_idx': 'u8'}
)
toggle_pallet
Toggle the shutdown flag
Attributes
Python
call = substrate.compose_call(
'EmergencyShutdown', 'toggle_pallet', {'pallet_idx': 'u8'}
)
Events
ToggledCall
Toggled Call
[flag]
Attributes
Name |
Type |
Composition |
None |
bool |
bool |
ToggledPallet
Toggled Pallet
[flag]
Attributes
Name |
Type |
Composition |
None |
bool |
bool |
Storage functions
DisabledCalls
Python
result = substrate.query(
'EmergencyShutdown', 'DisabledCalls', ['u8', 'u8']
)
Return value
'bool'
DisabledPallets
Python
result = substrate.query(
'EmergencyShutdown', 'DisabledPallets', ['u8']
)
Return value
'bool'