UNPKG

@sofaws/dapp-core

Version:

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

4 lines 295 B
import { Transaction } from '@elrondnetwork/erdjs'; export declare type SendSignedTransactionsReturnType = string[]; export declare function sendSignedTransactions(signedTransactions: Transaction[]): Promise<SendSignedTransactionsReturnType>; //# sourceMappingURL=sendSignedTransactions.d.ts.map