UNPKG

@sofaws/dapp-core

Version:

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

4 lines 229 B
import { Transaction } from '@elrondnetwork/erdjs'; import { RawTransactionType } from 'types'; export declare function newTransaction(rawTransaction: RawTransactionType): Transaction; //# sourceMappingURL=newTransaction.d.ts.map