@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
6 lines • 404 B
TypeScript
import { Transaction } from '@elrondnetwork/erdjs';
/**
* If user cancels signing in SignTransactionsModal, and transactionsToSign were cleared from store make sure we access the latest store information before proceeeding
*/
export declare function getShouldMoveTransactionsToSignedState(signedTransactions: Transaction[]): boolean;
//# sourceMappingURL=getShouldMoveTransactionsToSignedState.d.ts.map