@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
8 lines • 318 B
TypeScript
import { InterpretedTransactionType } from 'types/serverTransactions.types';
export declare function getTransactionStatus(transaction: InterpretedTransactionType): {
failed: boolean;
success: boolean;
invalid: boolean;
pending: boolean | undefined;
};
//# sourceMappingURL=getTransactionStatus.d.ts.map