Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I set the gasPrice when sending a transaction? #15

Closed
slothbag opened this issue Mar 10, 2016 · 4 comments
Closed

How do I set the gasPrice when sending a transaction? #15

slothbag opened this issue Mar 10, 2016 · 4 comments

Comments

@slothbag
Copy link

No description provided.

@slothbag
Copy link
Author

It seems as all my tx construction and signing will happen on the browser side I don't really need to do this in Nethereum.

Still, it would be good to know how to do it.

@juanfranblanco
Copy link
Member

in one of the overloads ie: multiplyFunction.SendTransactionAsync(addressFrom, null, new HexBigInteger(6000), 69); or using the TransactionInput

@slothbag
Copy link
Author

Thanks, I had a look at TransactionInput and couldn't find any reference to gasPrice though..

Nethereum.RPC/Eth/DTOs/SendTransactionInput.cs

@juanfranblanco
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants