janezpodhostnik / flow-py-sdk

Unofficial flow blockchain python sdk
MIT License
35 stars 26 forks source link

Gas limit settings #49

Closed gurd33pS1ngh closed 1 year ago

gurd33pS1ngh commented 1 year ago

How to set gas limit for a transaction in flow-py-sdk?

gurd33pS1ngh commented 1 year ago

Is there a way to set gas limit while executing a transaction, like it happen in FCL

gurd33pS1ngh commented 1 year ago

I found it.. so there is a function "with_gas_limit" in Tx , which serve the purpose closing this issue