OnFlow.deploy_contract

You're seeing just the function deploy_contract, go back to OnFlow module for more information.
Link to this function

deploy_contract(credentials, name, contract, opts \\ [])

View Source

Specs

Deploys a contract to an account. This just takes in existing account credentials, the name of the contract, and the contract code. Internally, this is just a single-signer, single-authorizer transaction.

Options:

  • :update - either true or false to update a previously deployed contract with the same name.