Type Alias check_permissions
check_permissions: RuntimeDescriptor<
[
call: TxCallData,
proxy_type: Enum<
{
Any: undefined;
AssetManager: undefined;
AssetOwner: undefined;
Assets: undefined;
CancelProxy: undefined;
Collator: undefined;
Governance: undefined;
NominationPools: undefined;
NonTransfer: undefined;
OldAuction: undefined;
OldIdentityJudgement: undefined;
OldParaRegistration: undefined;
OldSudoBalances: undefined;
Staking: undefined;
},
>,
],
boolean,
>
Check if a
RuntimeCallis allowed for a givenProxyType.