Making Arbitrary TLS Calls (TLS Oracle)
clique_httpsRequest
spec-version = "1"
name = "clique_httpsRequest"
type = "BuiltIn"
proof-type = ["TEE"]
[types.Transformation]
from = { type = "string", description = "json pointer to field in response" }
soltype = { type = "string", description = "solidity type" }
[input]
url = { type = "string", description = "Request url" }
encoding = { type = "Transformation[]", description = "encoding format" }
[output]
response = { type = "bytes", description = "ABI encoded" }Make TLS Calls from Smart Contracts
Make TLS Calls from Client SDK
Make TLS Calls through Schema Task
Last updated