Instructions.new_contract_instructions()

Returns an Instructions object for the instructions that create new contract.

new_contract_instructions() → Instructions

Query Example

from glider import *

def query():

  return Instructions().new_contract_instructions().exec(1,2)

Output Example

Last updated