Crates.io | aptos-protos |
lib.rs | aptos-protos |
version | 1.1.2-a |
source | src |
created_at | 2022-08-13 09:03:56.134312 |
updated_at | 2024-01-05 20:04:02.41017 |
description | Code generated from Aptos protobuf definitions |
homepage | https://aptoslabs.com |
repository | https://github.com/aptos-labs/aptos-core |
max_upload_size | |
id | 644637 |
size | 751,066 |
This repository contains the protobuf definitions for Aptos.
Import generated structs like this:
use aptos_protos::transaction::v1::Transaction;
Then use them like this:
fn parse(transaction: Transaction) {
// Parse the transaction.
}
See CONTRIBUTING.md for more information.