- Notifications
You must be signed in to change notification settings - Fork5
License
NotificationsYou must be signed in to change notification settings
starknet-io/types-js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
🐺 Starknet TypeScript types 🚀
Shared TypeScript type definitions for Starknet projects
RPC 0.7 - Latest
npm i @starknet-io/types-js
RPC 0.8 (rc3) - Beta
npm i @starknet-io/types-js@beta
// type importimporttype{SomeApiType}from'@starknet-io/types-js';// or entire namespace importimport{API}from'@starknet-io/types-js';
Wallet APIWallet JSON RPC Specification
// type importimporttype{SomeWalletApiType}from'@starknet-io/types-js';// or entire namespace importimport{WALLET_API}from'@starknet-io/types-js';
- /src/wallet-api/typedData.ts
(MAJOR.MINOR) Version of this package followstarknet-spec semantic versioning. PATCH version can diverge based on bug-fixes.Starknet types v0.7 <-> Starknet Spec v0.7
Starknet types v0.8 <-> Starknet Spec v0.8
npm run build
npm run lint
This repository is licensed under the MIT License, seeLICENSE for more information.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages0
No packages published