Adds a filter to get functions that have direct declarer contract with the given name.
Example
from glider import*defquery():# Fetch a list of functions with declarer contract name 'Vault' functions =Functions().with_declarer_contract_name('Vault').exec(10)return functions