UNPKG

@hashgraphonline/standards-sdk

Version:

The Hashgraph Online Standards SDK provides a complete implementation of the Hashgraph Consensus Standards (HCS), giving developers all the tools needed to build applications on Hedera.

6 lines (5 loc) 140 B
const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms)); export { sleep }; //# sourceMappingURL=standards-sdk.es32.js.map