• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
          • Mmp-trees
          • Semaphore
          • Database
          • Cryptography
          • Rlp
          • Transactions
            • Make-signed-transaction
            • Transaction
            • Maybe-byte-list20
            • Rlp-decode-transaction
            • Rlp-encode-transaction
            • Rlp-transaction-encoding-p
          • Hex-prefix
          • Basics
          • Addresses
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Ethereum

Transactions

Transactions.

Transactions are described in [YP:4.2]. We define a high-level fixtype for transactions, and functions to RLP-encode/decode them.

Subtopics

Make-signed-transaction
Construction of a signed transaction.
Transaction
Fixtype of transactions.
Maybe-byte-list20
Fixtype of byte arrays of length 20 and nil.
Rlp-decode-transaction
RLP decoding of a transaction.
Rlp-encode-transaction
RLP encoding of a transaction.
Rlp-transaction-encoding-p
Check if a byte array is an RLP encoding of a transaction.