Crate atlas_arch

Crate atlas_arch 

Source

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_arch framework.
try_decode_ixs
Instruction Decoding Module

Macros§

instruction_decoder_collection
Generates a collection of instruction decoders and associated enums.
schema
Constructs a TransactionSchema from 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§

AtlasDeserialize
Automatically generates an implementation of the AtlasDeserialize trait.
InstructionType
Derives a corresponding InstructionType enum for a given enum.