Returns the Functions object for the functions of the contracts.
Last updated 4 months ago
functions() →
from glider import * def query(): functions = Contracts().functions().exec(1) return functions
Functions