If the parentPermissionContext delegates to an address other than the signing address (specified by from or account.address).
At the least we can validate the delegation chain is continuous and throw an error if it is not.
We could also do this in encodeDelegations utility, and / or redelegate action.
If the
parentPermissionContextdelegates to an address other than the signing address (specified byfromoraccount.address).At the least we can validate the delegation chain is continuous and throw an error if it is not.
We could also do this in
encodeDelegationsutility, and / or redelegate action.