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

Last updated