@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
14 lines • 484 B
TypeScript
export * from './addressIsValid';
export * from './getAddress';
export * from './getAccount';
export * from './setNonce';
export * from './getLatestNonce';
export * from './getAccountBalance';
export * from './refreshAccount';
export * from './getShardOfAddress';
export * from './signMessage';
export * from './loginWithExternalProvider';
export * from 'providers';
export * from './getAccountProviderType';
export * from './getIsProviderEqualTo';
//# sourceMappingURL=index.d.ts.map