Registry / crypto / aptos-types

aptos-types

JSON →
libraryrscratesunverified

Core type definitions for the Aptos blockchain, including accounts, transactions, and state.

# Cargo.toml [dependencies] aptos-types = "latest"
INSTALL
IMPORT
SIG · APTOS-TYPES
A
aptos-types
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.

Transaction
use aptos_types::transaction::Transaction;

Imports the Transaction type from Aptos core types.

use aptos_types::transaction::Transaction; fn main() { // Example: create a dummy transaction (actual construction requires more context) println!("Aptos types 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
35 hits · last 30 days
node
32
Resources
aptos-types — cargo add aptos-types · libregistry