@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
5 lines • 356 B
TypeScript
import type { BlockchainLinkResponse } from '@trezor/blockchain-link';
import type { Response } from '../params';
import type { BlockchainSubscribe } from './blockchainSubscribe';
export declare function blockchainUnsubscribe(params: BlockchainSubscribe): Response<BlockchainLinkResponse<'unsubscribe'>>;
//# sourceMappingURL=blockchainUnsubscribe.d.ts.map