UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

8 lines 387 B
import type { BlockchainLink } from '../coinInfo'; import type { CommonParams, Response } from '../params'; export type BlockchainSetCustomBackend = CommonParams & { coin: string; blockchainLink?: BlockchainLink; }; export declare function blockchainSetCustomBackend(params: BlockchainSetCustomBackend): Response<boolean>; //# sourceMappingURL=blockchainSetCustomBackend.d.ts.map