janezpodhostnik / flow-py-sdk

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

Gas limit settings #49

Closed gurd33pS1ngh closed 2 years ago

gurd33pS1ngh commented 2 years ago

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

gurd33pS1ngh commented 2 years ago

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

gurd33pS1ngh commented 2 years ago

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