Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 408 Bytes

eth.md

File metadata and controls

16 lines (12 loc) · 408 Bytes

ETH Methods

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.