3 releases (stable)

1.1.3 Jan 5, 2024
0.2.7 Aug 16, 2022
0.2.6 Aug 13, 2022
0.2.1 Aug 13, 2022

#12 in #protos

42 downloads per month
Used in 12 crates (via aptos-sf-stream)

Apache-2.0

775KB
14K SLoC

Aptos Protos

This repository contains the protobuf definitions for Aptos.

Usage

Import generated structs like this:

use aptos_protos::transaction::v1::Transaction;

Then use them like this:

fn parse(transaction: Transaction) {
    // Parse the transaction.
}

Contributing

See CONTRIBUTING.md for more information.

Dependencies

~4.5–6.5MB
~114K SLoC