@cfxlabsinc/b2b-services
    Preparing search index...
    interface AccountHeliusWebhook {
        accountAddresses: string[];
        id: string;
        remainingCapacity: number;
        webhookDestinationUrl: string;
        webhookType: string;
    }
    Index

    Properties

    accountAddresses: string[]
    id: string
    remainingCapacity: number
    webhookDestinationUrl: string
    webhookType: string