Instructions.new_contract_instructions()
Returns an Instructions object for the instructions that create new contract.
Query Example
from glider import *
def query():
return Instructions().new_contract_instructions().exec(1,2)Example Output

Last updated