UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

8 lines 308 B
export interface UseGetActiveTransactionsStatusReturnType { timedOut: boolean; fail: boolean; success: boolean; pending: boolean; } export declare function useGetActiveTransactionsStatus(): UseGetActiveTransactionsStatusReturnType; //# sourceMappingURL=useGetActiveTransactionsStatus.d.ts.map