# Functions
NewFlowAccount will read the flow.json file and fetch the service account from there.
NewFlowAccountDefault will read the flow.json file from the default location.
NewFlowConfigDevNet setup devnot like in https://www.notion.so/Accessing-Flow-Devnet-ad35623797de48c08d8b88102ea38131.
NewFlowConfigLocalhost will create a flow configuration from local emulator and default files.
NewWallet will creat a wallet from the given path.
NewWalletDefault will create a default wallet.
WaitForSeal wait fot the process to seal.
# Structs
Account represents a Flow account.
Flow represents the contents of the flow.json file with an addition of host.
FlowConfig holds all information to work on flow with a given set of accounts in a wallet.
Wallet represents the accounts in a Flow wallet.