Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.17 KB

@graz-sh/types

npm/v npm/dt stars

Cosmos, Keplr, and Graz related type definitions

Installing

pnpm install @graz-sh/types long

Example Usage

import { Chain, AssetList, ... } from "@graz-sh/types";
import { convertChainToChainInfo } from "@graz-sh/types/convert";
import { defineChain, defineChainInfo, ... } from "@graz-sh/types/define";
import { ChainInfo, ... } from "@graz-sh/types/keplr";

FAQs

Why hard fork @keplr-wallet/types sources?

@keplr-wallet/types uses long package as a direct dependency, whereas this package marks it as a peer dependency, so you need to install it alongside @graz-sh/types.

License