Contracts.exec()
Executes the formed query and returns the list of Contract objects.
exec(limit_count: int = 0, offset_count: int = 0) -> List[
Contract
]
Example Query 1
Output Example 1
Example Query 2
Output Query 2
Last updated