Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 464 Bytes

File metadata and controls

19 lines (12 loc) · 464 Bytes

sendTransactionSync example

Test sending a sendRawTransactionSync with the timeout parameter by changing the TIMEOUT variable in the index.ts file (see line 40).

See failed test results with the timeout parameter (sent as Hex in the POST request!) in ./failed.txt

See successful test results without the timeout parameter in ./success.txt.

Installation

pnpm install

Usage

pnpm run test