Documentation
    Preparing search index...

    Interface ProofOfEventChallengeRequest

    interface ProofOfEventChallengeRequest {
        contractAddress: string;
        id: string;
        payload: string;
        senderId: string;
        type: ProofOfEventChallengeRequest;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contractAddress: string
    id: string
    payload: string
    senderId: string
    version: string