UNPKG

@sofaws/dapp-core

Version:

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

3 lines 158 B
import { AccountType } from 'types'; export declare function getLatestNonce(account: AccountType | null): number; //# sourceMappingURL=getLatestNonce.d.ts.map