1.8.17 • Published 11 months ago

@luxwallet/lux-api v1.8.17

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
11 months ago

lux-api

Install

npm install @luxfi/lux-api @luxfi/common

Usage

import { OpenApiService } from '@luxfi/lux-api';
import { WebSignApiPlugin } from '@luxfi/lux-api/dist/plugins/web-sign.ts';

const service = new OpenApiService({
  store: {
    host: 'https://api.rabby.io',
  },
  // you can also customize plugin as you requirement
  plugin: WebSignApiPlugin,
});

// init service
await service.init();

// call api
await service.getTotalBalance('0x1234');
1.8.17

11 months ago

1.8.19

11 months ago

1.8.13

11 months ago

1.8.12

11 months ago

1.8.11

11 months ago