3 releases (stable)
1.1.3 | Jan 5, 2024 |
---|---|
0.2.7 |
|
0.2.6 |
|
0.2.1 |
|
#13 in #protos
37 downloads per month
Used in 12 crates
(via aptos-sf-stream)
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–11MB
~103K SLoC