spec-version = "1" name = "yourOrganization_dynamicTask" type = "Dynamic" proof-type = ["TEE"] [input] numberInput = { type = "i256", description = "i256 number" } floatInput = { type = "float", description = "float number" } boolInput = { type = "bool", description = "boolean" } stringInput = { type = "string", description = "string" } bytesInput = { type = "bytes", description = "bytes" } addressInput = { type = "address", description = "address, 20 bytes / 160 bits" } arrayInput = { type = "i64[]", description = "i64 array" } strArrayInput = { type = "string[]", description = "string array" } i8NumberInput = { type = "i8", description = "description is optional" } u8NumberInput = { type = "u8" } i16NumberInput = { type = "i16" } u16NumberInput = { type = "u16" } i32NumberInput = { type = "i32" } u32NumberInput = { type = "u32" } i64NumberInput = { type = "i64" } u64NumberInput = { type = "u64" } i128NumberInput = { type = "i128" } u128NumberInput = { type = "u128" } i256NumberInput = { type = "i256" } u256NumberInput = { type = "u256" } [output] numberOutput = { type = "i256", description = "i256 number" } [code] type = "EVM" data = "6080604052348015600f57600..." abi = '[{"type":"function","name":"evaluate","inputs":...,"outputs":..., ...}]'