UNPKG

@sofaws/dapp-core

Version:

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

3 lines 387 B
import { SendTransactionReturnType, SendTransactionsPropsType } from 'types'; export declare function sendTransactions({ transactions, transactionsDisplayInfo, redirectAfterSign, callbackRoute, signWithoutSending, completedTransactionsDelay, sessionInformation, minGasLimit }: SendTransactionsPropsType): Promise<SendTransactionReturnType>; //# sourceMappingURL=sendTransactions.d.ts.map