pub fn encode_set_external_destination_allowlist_required(
funding_account: &str,
required: bool,
approval: Option<GuardApproval>,
) -> Result<ChainCall>Expand description
Encode setExternalDestinationAllowlistRequired(bool,(uint192,uint256,bytes)).
When required is true, approval may be None (empty guard tuple).