@graz-sh/types
v0.0.14
Published
Cosmos, Keplr, and Graz related type definitions
Downloads
141
Keywords
Readme
@graz-sh/types
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
- Sources and types: MIT License, Copyright (c) 2023 Graz
- Keplr types: Apache 2.0, Copyright (c) 2020 Chainapsis, Inc.