0.2.3 • Published 7 months ago

@aptos-labs/aptos-indexer-protos v0.2.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 months ago

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

7 months ago

0.2.2

8 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.17

8 months ago

0.1.16

8 months ago

0.1.15

8 months ago

0.1.14

8 months ago

0.1.13

8 months ago

0.1.12

8 months ago

0.1.11

8 months ago

0.1.10

8 months ago

0.1.9

8 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago