0.1.8 • Published 4 years ago

eos-utils v0.1.8

Weekly downloads
87
License
Apache-2.0
Repository
github
Last release
4 years ago

eos-utils

Powerful util library based on eosjs.

Use eosjs in typescript

In order to get access to the TextEncoding and TextDecoding types, you need to add @types/text-encoding as a dev dependency: npm install --save-dev @types/text-encoding

If you're using Node (not a browser) then you'll also need to make sure the dom lib is referenced in your tsconfig.json:

{
  "compilerOptions": {
    "lib": ["xxx", "dom"]
  }
}

See https://github.com/EOSIO/eosjs/pull/568/files.

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago