package
1.4.0
Repository: https://github.com/onflow/flow-go-sdk.git
Documentation: pkg.go.dev

# Functions

AccountKeyToCadenceCryptoKey converts a `flow.AccountKey` key to the Cadence struct `Crypto.KeyListEntry`, so that it can more easily be used as a parameter in scripts and transactions.
AddAccountContract generates a transaction that deploys a contract to an account.
AddAccountKey generates a transaction that adds a public key to an account.
CreateAccount generates a transactions that creates a new account.
No description provided by the author
RemoveAccountContract generates a transaction that removes a contract with the given name.
RemoveAccountKey generates a transaction that removes a key from an account.
UpdateAccountContract generates a transaction that updates a contract deployed at an account.

# Structs

Contract is a Cadence contract deployed to a Flow account.