Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

utils

Fully qualified path: openzeppelin_account::utils

Modules

Constants

Free functions

is_tx_version_validIf the transaction is a simulation (version >= QUERY_OFFSET ), it must be greater than or equal to QUERY_OFFSET + MIN_TRANSACTION_VERSION to be considered valid….

Re-exports:

is_valid_eth_signatureThis function assumes the s component of the signature to be positive for efficiency reasons. It is not recommended to use it other than for…
is_valid_p256_signatureThis function assumes the s component of the signature to be positive for efficiency reasons. It is not recommended to use it other than for…
is_valid_stark_signatureThis function assumes the s component of the signature to be positive for efficiency reasons. It is not recommended to use it other than for…