Registry / crypto / aptos-state-view

aptos-state-view

JSON →
libraryrscratesunverified

Aptos state view for accessing blockchain state.

# Cargo.toml [dependencies] aptos-state-view = "latest"
INSTALL
IMPORT
SIG · APTOS-STATE-VIEW
A
aptos-state-view
cryptorust
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.

StateView
use aptos_state_view::StateView;

Demonstrates importing the StateView trait from the Aptos state view crate.

use aptos_state_view::StateView; fn main() { // StateView is typically used within the Aptos framework // Example: let view = StateView::new(...); println!("StateView trait available"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Resources
aptos-state-view — cargo add aptos-state-view · libregistry