UserWallet.sendRawTransaction() method
Send a raw transaction to the blockchain from the connected wallet
Signature:
sendRawTransaction(transactionRequest: providers.TransactionRequest): Promise<TransactionResult>;
Parameters
Parameter | Type | Description |
---|---|---|
transactionRequest | providers.TransactionRequest | raw transaction data to send to the blockchain |
Returns:
Promise<TransactionResult>