helius-labs / helius-sdk

137 stars 40 forks source link

Add sendTransactionWithPriorityFees Method #50

Closed 0xIchigo closed 7 months ago

0xIchigo commented 10 months ago

This PR aims to add the sendTransactionWithPriorityFees method to the RPC Client. This will allow users to send a transaction with a specified priority fee (i.e., ComputeUnitPrice) and an optional compute unit limit

0xIchigo commented 10 months ago

Tested with this script. I changed the values for the amount airdropped to each wallet, the compute unit price, and the compute unit limit. All tests were successful

0xIchigo commented 7 months ago

Will close this and add the proper functionality in a new PR