Registry / other / starknet-api

starknet-api

JSON →
library0.11.0rscratesunverified

Rust types for Starknet computation and execution, used in sequencer and related tools.

# Cargo.toml [dependencies] starknet_api = "0.11.0"
INSTALL
IMPORT
SIG · STARKNET-API
S
starknet-api
otherrustv0.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Block
use starknet_api::block::Block;

Uses Starknet API types to represent a block.

use starknet_api::block::Block; // Example: create a new block (simplified) let block = Block::default(); println!("{:?}", block);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
starknet-api — cargo add starknet-api · libregistry