Crate axiom_sdk_derive

Crate axiom_sdk_derive 

Source

Attribute Macrosยง

AxiomCompute
AxiomComputeInput
Derive the AxiomComputeInput trait for a struct. The struct must be named _Input. Ex: ExampleInput. All the fields of the struct must implement RawInput from axiom_circuit::input::raw_input, which has already been implemented for most primitive Rust types and Ethers types.