Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

starknet-io/types-js

Repository files navigation

🐺 Starknet TypeScript types 🚀

GitHub Workflow StatusProject licensePull Requests welcome

Shared TypeScript type definitions for Starknet projects

Installation

RPC 0.7 - Latest

npm i @starknet-io/types-js

RPC 0.8 (rc3) - Beta

npm i @starknet-io/types-js@beta

Types

// type importimporttype{SomeApiType}from'@starknet-io/types-js';// or entire namespace importimport{API}from'@starknet-io/types-js';
// type importimporttype{SomeWalletApiType}from'@starknet-io/types-js';// or entire namespace importimport{WALLET_API}from'@starknet-io/types-js';
  • /src/wallet-api/typedData.ts

Versioning

(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.7Starknet types v0.8 <-> Starknet Spec v0.8

Devs Build

npm run build

Devs Testing

npm run lint

License

This repository is licensed under the MIT License, seeLICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp