UNPKG

node-mnb

Version:

Node package that retrieves information from the Hungarian National Bank's (MNB) SOAP API.

3 lines (2 loc) 190 B
export declare const soapServiceUrl = "https://www.mnb.hu/arfolyamok.asmx?wsdl"; export declare const wsdlRequestHandler: (wsdlUrl: string, method: any, request: object) => Promise<object>;