Skip to content

ExchangeRateCanister

ExchangeRateCanister = { Set: Principal; } | { Unset: null; }

Defined in: packages/canisters/src/declarations/cmc/cmc.d.ts:83

{ Set: Principal; }

Set: Principal

/ Enables the exchange rate canister with the given canister ID.

{ Unset: null; }

Unset: null

/ Disable the exchange rate canister.