UNPKG

@sofaws/dapp-core

Version:

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

4 lines 294 B
import { Transaction } from '@elrondnetwork/erdjs'; import { SendSimpleTransactionPropsType } from 'types'; export declare function transformAndSignTransactions({ transactions }: SendSimpleTransactionPropsType): Promise<Transaction[]>; //# sourceMappingURL=transformAndSignTransactions.d.ts.map