pub fn mng_paused(contract_id: ContractId) -> bool
Expand description

Checks if the contract is paused.

§Parameters

  • contract_id: Target contract id.

§Result

Bool value indicating whether the contract is paused or not.

§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_paused "($CONTRACT_ID)"

§Sample response

(false)