Documentation
    Preparing search index...

    Interface ProofOfEventChallengeResponse

    interface ProofOfEventChallengeResponse {
        id: string;
        isAccepted: boolean;
        payloadHash: string;
        senderId: string;
        type: ProofOfEventChallengeResponse;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    isAccepted: boolean
    payloadHash: string
    senderId: string
    version: string