Crate essential_deploy_contract

Source

Functionsยง

deploy_bytes
Sign and deploy a unsigned contract to the server. The unsigned contract is expected to be a JSON serialized Contract.
deploy_signed
Deploy a signed contract to the server.
deploy_signed_bytes
Deploy a contract to the server. The signed contract is expected to be a JSON serialized SignedContract.
sign_and_deploy
Sign and deploy a unsigned contract to the server.