Janez Podhostnik
Janez Podhostnik
When creating a `Tx` object a reference block ID must be specified. Introduce an optional way for the Tx object to fetch the reference block ID behind the scenes.
Right now the create account TX template definition looks like this: ```py def create_account_template( *, keys: list[AccountKey], reference_block_id: bytes = None, payer: cadence.Address = None, proposal_key: ProposalKey = None, contracts:...
It would be cool if I could click the address in the import (or alternatively the contract in the import). 
### Problem Clicking on `Accounts (AuthAccount / PublicAccount)` in the `Composite Type Fields` chapter here https://docs.onflow.org/cadence/language/composite-types#composite-type-fields leads to a 404. ### Acceptance Criteria It probably should lead here: https://docs.onflow.org/cadence/language/accounts/
## Description A lot times I find myself using commands like this: ```sh flow scripts execute
### Issue To Be Solved Enable install/update using go toolchain: ``` go install github.com/onflow/flow-cli/cmd/flow@latest ``` ### (Optional): Suggest A Solution I opened a draft PR to demonstrate what wold need...
### Current Behavior Problem was discussed [here]( https://discord.com/channels/613813861610684416/1108479699732152503/1111755892644384819) This cadence code ```cadence let oldToken