avalanche-types
crate implements Avalanche primitive types in Rust:
Examples can be found in [examples
] and is a good first step to getting an understanding of general usage.
avalanche-types
currently works on Rust 1.65
and above as it requires support for the 2021 edition.
First please try find the answer to your question in the code documentation. If more clarification is required, try opening an [issue] with the question.
src/ids
)src/platformvm/txs
)src/key/cert
)src/key/secp256k1
)src/message
)src/subnet/rpc
)src/subnet_evm
)src/proto
)The basic types available in this crate are used in other Avalanche Rust projects (e.g., distributed load tester blizzard
, avalanche-ops
).
This project is licensed under the BSD 3.