Skip to main content

Module envelope

Module envelope 

Source

Modulesยง

codec ๐Ÿ”’ reth-codec

Enumsยง

TempoTxEnvelope
Tempo transaction envelope containing all supported transaction types
TempoTxType
Transaction types supported by TempoTxEnvelope.
TempoTypedTransaction
Typed transaction enum corresponding to the TempoTxEnvelope envelope.

Constantsยง

TEMPO_SYSTEM_TX_SENDER
Fake sender for Tempo system transactions.
TEMPO_SYSTEM_TX_SIGNATURE
Fake signature for Tempo system transactions.
TIP20_PAYMENT_PREFIX
TIP20 payment address prefix (12 bytes for payment classification) Same as TIP20_TOKEN_PREFIX

Functionsยง

is_tip20_call ๐Ÿ”’
Returns true if to has the TIP-20 payment prefix.
is_tip20_payment ๐Ÿ”’
Returns true if to has the TIP-20 payment prefix and input is recognized payment calldata (selector + exact ABI-encoded length).