Contracts.interface_contracts()

Adds a filter to get contracts that are interface.

interface_contracts() → Contracts

Example Query

from glider import *

def query():

  interface = Contracts().interface_contracts().exec(1)

  return interface

Output Example

Last updated