0.3.5 • Published 2 months ago

@soulwallet/assets v0.3.5

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 months 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.5

2 months ago

0.3.4

9 months ago

0.3.3

10 months ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago