1.2.3 • Published 7 months ago

@unicrowio/ethers-types v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

TypeScript typings for Unicrow's smart contracts

The types are generated using Type Chain.

After every change in the smart contracts, the types are generated again and updated here.

How to use

Install:

with yarn:

yarn add @unicrowio/ethers-types

with npm:

npm install @unicrowio/ethers-types

Import in your code:

import { ERC20__factory, Unicrow__factory } from '@unicrowio/ethers-types'

const provider = await getWeb3Provider()

const providerSigner = provider.getSigner()

const smartContract = Unicrow__factory.connect(
  UNICROW_ADDRESS,
  providerSigner
);

const token = ERC20__factory.connect(tokenAddress, providerSigner);
1.2.3

7 months ago

1.2.2

7 months ago

1.2.1

9 months ago

1.2.0-beta.1

10 months ago

1.2.0-beta.0

10 months ago

1.1.1

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago