Skip to main content

UserWallet.sendRawTransaction() method

Send a raw transaction to the blockchain from the connected wallet

Signature:

sendRawTransaction(transactionRequest: providers.TransactionRequest): Promise<TransactionResult>;

Parameters

ParameterTypeDescription
transactionRequestproviders.TransactionRequestraw transaction data to send to the blockchain

Returns:

Promise<TransactionResult>