UNPKG

txq

Version:

TXQ: Bitcoin Transaction Storage Queue Service

19 lines (18 loc) 293 B
declare namespace Express { interface Request { _data?: any; logData?: { method: string; body: string; url: string; query: string; reqid?: number; ip: any; err?: any; stack?: any; }; } interface Response { api?: any; } }