@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
4 lines • 301 B
TypeScript
import type { BlockchainLinkResponse } from '@trezor/blockchain-link';
import type { CommonParamsWithCoin, Response } from '../params';
export declare function blockchainGetInfo(params: CommonParamsWithCoin): Response<BlockchainLinkResponse<'getInfo'>>;
//# sourceMappingURL=blockchainGetInfo.d.ts.map