Usage
import { Module } from 'module-sdk';
const client = new Module({apiKey:''});
// 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.