UNPKG

@trezor/transport

Version:

Low level library facilitating protocol buffers based communication with Trezor devices

9 lines 304 B
export declare function applyBridgeApiCallHeaders({ headers, contentType, skipContentTypeHeader, }: { headers: object; contentType: string; skipContentTypeHeader?: boolean; }): { 'Content-Type': string; Origin: string; }; //# sourceMappingURL=applyBridgeApiCallHeaders.native.d.ts.map