@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
6 lines • 313 B
TypeScript
import { GetTransactionsByHashesType } from 'types/transactions.types';
export interface TransactionsTrackerType {
getTransactionsByHash?: GetTransactionsByHashesType;
}
export declare function useTransactionsTracker(props?: TransactionsTrackerType): void;
//# sourceMappingURL=useTransactionsTracker.d.ts.map