Module identity

Source
Expand description

Identity precompile returns

Constants§

FUN
Address of the identity precompile.
IDENTITY_BASE
The base cost of the operation
IDENTITY_PER_WORD
The cost per word

Functions§

identity_run
Takes the input bytes, copies them, and returns it as the output.