Module utility

Expand description

Utility functions and helpers for instruction implementation.

Traits§

IntoAddress
Trait for converting types into Address values.
IntoU256
Trait for converting types into U256 values.

Functions§

cast_slice_to_u256
Pushes an arbitrary length slice of bytes onto the stack, padding the last word with zeros if necessary.