ExchangeRateCanister
ExchangeRateCanister = {
Set:Principal; } | {Unset:null; }
Defined in: packages/canisters/src/declarations/cmc/cmc.d.ts:83
Type Declaration
Section titled “Type Declaration”{ Set: Principal; }
Set:
Principal
/ Enables the exchange rate canister with the given canister ID.
{ Unset: null; }
Unset:
null
/ Disable the exchange rate canister.