interface InferFromTwitterPayload {
    context: "twitter";
    proof: `https://x.com/${string}/${string}`;
}

Hierarchy

  • InferFromXPayload
    • InferFromTwitterPayload

Properties

Properties

context
proof: `https://x.com/${string}/${string}`