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
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.1.17
3 years ago
0.1.16
3 years ago
0.1.15
3 years ago
0.1.14
3 years ago
0.1.13
3 years ago
0.1.12
3 years ago
0.1.11
3 years ago
0.1.10
3 years ago
0.1.9
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago