@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
7 lines • 378 B
TypeScript
import type { Transaction } from '@trezor/blockchain-link';
import type { CommonParamsWithCoin, Response } from '../params';
export type BlockchainGetTransactions = CommonParamsWithCoin & {
txs: string[];
};
export declare function blockchainGetTransactions(params: BlockchainGetTransactions): Response<Transaction[]>;
//# sourceMappingURL=blockchainGetTransactions.d.ts.map