Module prelude

Source
Expand description

Prelude for this crate, to be glob-imported in relevant code.

This re-exports the Contract and StackingIteratorExt traits in addition to the Instruction and Operation enums.

Re-exportsยง

pub use crate::Contract;
pub use crate::Instruction;
pub use crate::Operation;
pub use crate::StackingIteratorExt;