Type alias EventSubscriptionOptions

EventSubscriptionOptions: {
    address?: PublicKey;
    commitment?: Commitment;
    eventTypes?: EventType[];
    logProviderConfig?: LogProviderConfig;
    maxEventsPerType?: number;
    maxTx?: number;
    orderBy?: EventSubscriptionOrderBy;
    orderDir?: EventSubscriptionOrderDirection;
    untilTx?: TransactionSignature;
}

Type declaration

Generated using TypeDoc