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