GlobalFilters.BLOCK_NUMBER
Query Example
from glider import *
def query():
functions = (
Functions()
.with_globals(GlobalFilters.BLOCK_NUMBER)
.exec(1, 4)
)
return functionsExample Output

Last updated