UNPKG

@codegame.dev/wallet-cli

Version:

A CLI tool for managing wallets across multiple blockchains, supporting operations like wallet creation, balance checking, transfers, and fee estimation.

4 lines (3 loc) 94 B
export const sleep = (ms) => { return new Promise(resolve => setTimeout(resolve, ms)); };