@cfxlabsinc/b2b-services
    Preparing search index...

    Interface CreateHeliusWebhookRequest

    interface CreateHeliusWebhookRequest {
        accountAddresses: string[];
        authHeader: string;
        encoding?: string;
        transactionTypes: string[];
        txnStatus: "success" | "failed" | "all";
        webhookType: "raw" | "rawDevnet";
        webhookURL: string;
    }
    Index

    Properties

    accountAddresses: string[]
    authHeader: string
    encoding?: string
    transactionTypes: string[]
    txnStatus: "success" | "failed" | "all"
    webhookType: "raw" | "rawDevnet"
    webhookURL: string