pub fn mng_contract_deployment_code(contract_id: ContractId) -> String
Expand description
Returns the deployment code of the contract.
§Parameters
contract_id
: Target contract id.
§Result
The deployment code of the contract.
§Sample request
CONTRACT_ID=1_376_994_832_725_996_537_612_682_825_051_864_610_558_585_037_795
dfx canister call coreledger_backend mng_contract_deployment_code "($CONTRACT_ID)"
§Sample response
("abc")