@tabu/shared-types
v2.0.1
Published
Repository containing types shared across multiple umee projects.
Downloads
3
Keywords
Readme
Umee-crosschain shared types
Types shared accross Tabu wallet client and services
Installation
yarn add -D @umee_crosschain/shared-types
Usage
import { WalletBalance, Balance } from '@tabu/shared-types'
const response: WalletBalance = await fetch('https://galaxy-api-udedp6bvnq-uc.a.run.app/wallet/balance/juno1fzlzpw5g52telfj9x79wlappf7ufjdg7zufwk3')
Contributing
Please submit your proposed changes via a pull request. Once approved and merged please publish the new version of the NPM package:
npm version patch
npm version publish