0.1.5 • Published 4 months ago

@soulwallet_test/assets v0.1.5

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 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.1.4

4 months ago

0.1.5

4 months ago

0.1.0

8 months ago