Back to Aptos Core

Aptos Protos

protos/python/README.md

latest394 B
Original Source

Aptos Protos

This repository contains the protobuf definitions for Aptos.

Usage

Import generated classes like this:

python
from aptos_protos.aptos.transaction.v1.transaction_pb2 import Transaction

Then use them like this:

python
def parse(transaction: Transaction):
    # Parse the transaction.

Contributing

See CONTRIBUTING.md for more information.