Home Reference Source
import Web3Adapter from 'truffle-debugger/lib/web3/adapter.js'
public class | source

Web3Adapter

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

web3: *

Method Summary

Public Methods
public

async getDeployedCode(address: String): String

getDeployedCode - get the deployed code for an address from the client

public

async getReceipt(txHash: *): *

public

async getTrace(txHash: *): *

public

async getTransaction(txHash: *): *

Public Constructors

public constructor() source

Public Members

public web3: * source

Public Methods

public async getDeployedCode(address: String): String source

getDeployedCode - get the deployed code for an address from the client

Params:

NameTypeAttributeDescription
address String

Return:

String

deployedBinary

public async getReceipt(txHash: *): * source

Params:

NameTypeAttributeDescription
txHash *

Return:

*

public async getTrace(txHash: *): * source

Params:

NameTypeAttributeDescription
txHash *

Return:

*

public async getTransaction(txHash: *): * source

Params:

NameTypeAttributeDescription
txHash *

Return:

*