0.2.3 • Published 2 years ago
@aptos-labs/aptos-indexer-protos v0.2.3
Aptos Indexer Protos
This repository contains the protobuf definitions for the Aptos Indexer tech stack.
Usage
Import the generated code like this:
import { aptos } from "@aptos-labs/aptos-indexer-protos";
Then use it like this:
function parse(transaction: aptos.transaction.v1.Transaction) {
console.log(transaction)
}
These configuration options are required for typechecking to work:
// tsconfig.json
{
"compilerOptions": {
"moduleResolution": "node",
}
}
This package should work for both CommonJS ("type": "commonjs"
) and ES ("type": "module"
) modules.
Contributing
See CONTRIBUTING.md for more information.
0.2.3
2 years ago
0.2.2
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.17
2 years ago
0.1.16
2 years ago
0.1.15
2 years ago
0.1.14
2 years ago
0.1.13
2 years ago
0.1.12
2 years ago
0.1.11
2 years ago
0.1.10
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago