Home > eth-connect > RequestManager > sendAsync
Should be used to asynchronously send request
Signature:
sendAsync(data: RPCSendableMessage): Promise<any>;
Parameter | Type | Description |
---|---|---|
data | RPCSendableMessage | The RPC message to be sent |
Returns:
Promise<any>