Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 655 Bytes

eth-connect.requestmanager.sendasync.md

File metadata and controls

24 lines (14 loc) · 655 Bytes

Home > eth-connect > RequestManager > sendAsync

RequestManager.sendAsync() method

Should be used to asynchronously send request

Signature:

sendAsync(data: RPCSendableMessage): Promise<any>;

Parameters

Parameter Type Description
data RPCSendableMessage The RPC message to be sent

Returns:

Promise<any>