interface InferFromTwitterPayload {
    context: "twitter";
    proof: string;
    userId: string;
    username: string;
}

Hierarchy

  • InferFromXPayload
    • InferFromTwitterPayload

Properties

context
proof: string
userId: string
username: string