Social Verification
List of Data Sources
Example
name = "example_twitterUserInfo"
spec-version = "1"
type = "Schema"
proof-type = ["TEE"]
[input]
username = { type = "string" }
[output]
createdDate = { type = "u64", ref = "$tasks.clique_twitterPublicInfo.createdAt" }
followerCount = { type = "u64", ref = "$tasks.clique_twitterPublicInfo.followerCount"}
updatedAt = { type = "u64", ref = "$tasks.clique_twitterPublicInfo.timestamp" }
[[tasks]]
name = "clique_twitterPublicInfo"
proof-preference = "TEE"
[[tasks.input]]
username = { ref = "$input.address" }Last updated