UNPKG

@sofaws/dapp-core

Version:

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

4 lines 295 B
import { ServerTransactionType } from 'types'; import { GetTransactionsType } from './getTransactions.types'; export declare const getTransactions: (props: GetTransactionsType) => Promise<import("axios").AxiosResponse<ServerTransactionType[], any>>; //# sourceMappingURL=getTransactions.d.ts.map