0.3.1 • Published 23 days ago

@soulwallet/assets v0.3.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
23 days ago

Table of Contents

Installing

Using npm:

$ npm install @soulwallet/assets

Using yarn:

$ yarn add @soulwallet/assets

Using pnpm:

$ pnpm add @soulwallet/assets

Once the package is installed, you can import the library using import approach:

import { getAsset } from "@soulwallet/assets";

Example

import { getAsset } from "@soulwallet/assets";

async function main(chainId: number, address: string) {
    const ret = await getAsset(chainId, address);
    if (ret.isOk()) {
        console.log(ret.OK);
    }
}

License

ISC

0.3.1

23 days ago

0.3.0

2 months ago

0.2.0

3 months ago

0.1.4

5 months ago

0.1.3

6 months ago

0.1.2

7 months ago

0.1.1

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago