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.