Skip to main content

Module encoding

Module encoding 

Source
Expand description

Shared signing utilities.

Enums§

HexConstError
Errors raised by parse_address_const / parse_b256_const.

Functions§

decimal_to_scaled_i256
Scales a [Decimal] amount to a 1e18 fixed-point [I256].
decimal_to_scaled_u256
Scales a [Decimal] amount to a 1e18 fixed-point [U256].
parse_address_const
Parses a 0x-prefixed 20-byte address constant, surfacing a clear error if the placeholder marker <paste_ is still present.
parse_b256_const
Parses a 0x-prefixed 32-byte hash constant, surfacing a clear error if the placeholder marker <paste_ is still present.
utc_now_ms
Returns the current UNIX time in milliseconds.