Re-exports§
pub use borsh;
Modules§
- account
- account_
deletion - account_
utils - bitcoin
- block_
details - collection
- datasource
- deserialize
- error
- filter
- instruction
- metrics
- pipeline
- processor
- rollback
- schema
- schemas
- Schema Module
- sync
- transaction
- transformers
- Provides utility functions to transform transaction data into various
representations within the
atlas_archframework. - try_
decode_ ixs - Instruction Decoding Module
Macros§
- instruction_
decoder_ collection - Generates a collection of instruction decoders and associated enums.
- schema
- Constructs a
TransactionSchemafrom provided tokens. - schema_
inner - Recursively constructs schema nodes within the
schema!macro. - try_
decode_ instructions - Attempts to decode an instruction into a specific variant type.
Derive Macros§
- Atlas
Deserialize - Automatically generates an implementation of the
AtlasDeserializetrait. - Instruction
Type - Derives a corresponding
InstructionTypeenum for a given enum.