Returns an Instructions object for the instructions that create new contract.
Last updated 3 months ago
new_contract_instructions() → Instructions
new_contract_instructions() →
Instructions
from glider import * def query(): return Instructions().new_contract_instructions().exec(1,2)