Vana SDK - v0.1.0
    Preparing search index...

    Interface RelayerWebhookPayload

    Relayer webhook payload

    interface RelayerWebhookPayload {
        event: string;
        data: Record<string, unknown>;
        timestamp: number;
        webhookId: string;
        signature: string;
    }
    Index

    Properties

    event: string

    Event type

    data: Record<string, unknown>

    Event data

    timestamp: number

    Timestamp

    webhookId: string

    Webhook ID

    signature: string

    Signature for verification