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:
Name | Type | Attribute | Description |
address | String |
public async getReceipt(txHash: *): * source
Params:
Name | Type | Attribute | Description |
txHash | * |
Return:
* |
public async getTransaction(txHash: *): * source
Params:
Name | Type | Attribute | Description |
txHash | * |
Return:
* |