# 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.