Crate smartdeploy_macros

Source

Macrosยง

core_riff
Adds owner_get, owner_set, and redeploy to the contract. This way it ensures that it is redeployable by the owner.
dev_deploy
Adds dev_deploy to the contract. This way the contract can be redeployed with the supplied bytes
import_contract
Generates a contract Client for a given contract. It is expected that the name should be the same as the published contract or a contract in your current workspace.
import_contract_interface
Generates a contract Client for a given contract. It is expected that the name should be the same as the published contract or a contract in your current workspace.