Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 365 Bytes

eth.md

File metadata and controls

16 lines (12 loc) · 365 Bytes

ETH Methods

Usage

from module_sdk import Module

client = Module()

# See below for all methods
client.eth
  • getFullTX(): Get the full tx of a transaction (Reciept and transaction)
  • getTransactionReciept(): Get a transaction reciept.
  • getTransaction(): Get a transaction.
  • getBlock(): Get a specific block from the ethereum blockchain.