3 个版本 (稳定版)
1.1.3 | 2024年1月5日 |
---|---|
0.2.7 |
|
0.2.6 |
|
0.2.1 |
|
#11 in #protos
每月下载量 37 次
在 12 个包中使用(通过 aptos-sf-stream)
775KB
14K SLoC
Aptos Protos
此仓库包含 Aptos 的 protobuf 定义。
使用方法
导入生成的结构体,例如这样
use aptos_protos::transaction::v1::Transaction;
然后这样使用它们
fn parse(transaction: Transaction) {
// Parse the transaction.
}
贡献
有关更多信息,请参阅 CONTRIBUTING.md
依赖关系
~4–6MB
~103K SLoC