UNPKG

@sofaws/dapp-core

Version:

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

8 lines 427 B
import { SignedTransactionsType, SignedTransactionsBodyType } from 'types'; export interface useGetFailedTransactionsReturnType { failedTransactions: SignedTransactionsType; failedTransactionsArray: [string, SignedTransactionsBodyType][]; hasFailedTransactions: boolean; } export declare function useGetFailedTransactions(): useGetFailedTransactionsReturnType; //# sourceMappingURL=useGetFailedTransactions.d.ts.map