You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement the abstract method request for the Web3IPCProvider. The method should follow the similar approach used in other Web3HTTPProvider and Web3WSProvider.
Acceptance Criteria
The request should use the underlying connection to send the data
The request method must be asynchronous and return the result based on generic type.
Additional Information
The request method contains an options parameter, which is open to the implementation. See what kind of options would be useful per request. The request flow is asynchronous so it must return a deferred promise.
The text was updated successfully, but these errors were encountered:
Description
We need to implement the abstract method
request
for theWeb3IPCProvider
. The method should follow the similar approach used in otherWeb3HTTPProvider
andWeb3WSProvider
.Acceptance Criteria
request
should use the underlying connection to send the datarequest
method must be asynchronous and return the result based on generic type.Additional Information
The
request
method contains anoptions
parameter, which is open to the implementation. See what kind of options would be useful per request. The request flow is asynchronous so it must return a deferred promise.The text was updated successfully, but these errors were encountered: