Function recover_system_withdraw_token_signer
pub fn recover_system_withdraw_token_signer(
account: Address,
nonce: u64,
action: WithdrawToken,
signature: &[u8],
chain_id: u64,
) -> Result<Address, DirectiveError>