@trezor/transport
Version:
Low level library facilitating protocol buffers based communication with Trezor devices
11 lines • 368 B
TypeScript
export declare const empty: () => Promise<{
success: false;
error: "This transport can not be used in this environment";
message: string | undefined;
}>;
export declare const emptySync: () => {
success: false;
error: "This transport can not be used in this environment";
message: string | undefined;
};
//# sourceMappingURL=resultEmpty.d.ts.map