UNPKG

@sofaws/dapp-core

Version:

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

3 lines 241 B
import { GetTransactionsType } from './getTransactions.types'; export declare const getTransactionsCount: (props: GetTransactionsType) => Promise<import("axios").AxiosResponse<number, any>>; //# sourceMappingURL=getTransactionsCount.d.ts.map