Contract

Tagion contract inputs will be consumed in the execution Reads are extract optional data for the smart contract

Members

Variables

inputs
const(DARTIndex)[] inputs;

Hash pointer to input (DART)

reads
const(DARTIndex)[] reads;

Hash pointer to read-only input (DART)

script
Document script;

the Smart contract to be executed