UNPKG

@sofaws/dapp-core

Version:

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

5 lines 318 B
export declare function removeTransactionsToSign(sessionId: string): void; export declare function removeSignedTransaction(sessionId: string): void; export declare function removeAllSignedTransactions(): void; export declare function removeAllTransactionsToSign(): void; //# sourceMappingURL=clearTransactions.d.ts.map