pub enum MgmtMethod {
Show 30 variants
CreateCanister,
InstallCode,
StartCanister,
StopCanister,
CanisterStatus,
DeleteCanister,
DepositCycles,
RawRand,
ProvisionalCreateCanisterWithCycles,
ProvisionalTopUpCanister,
UninstallCode,
UpdateSettings,
UploadChunk,
ClearChunkStore,
StoredChunks,
InstallChunkedCode,
FetchCanisterLogs,
TakeCanisterSnapshot,
LoadCanisterSnapshot,
ListCanisterSnapshots,
DeleteCanisterSnapshot,
EcdsaPublicKey,
SignWithEcdsa,
BitcoinGetBalance,
BitcoinGetUtxos,
BitcoinSendTransaction,
BitcoinGetCurrentFeePercentiles,
BitcoinGetBlockHeaders,
NodeMetricsHistory,
CanisterInfo,
}Expand description
All the known methods of the management canister.
Variants§
CreateCanister
InstallCode
StartCanister
StopCanister
CanisterStatus
DeleteCanister
DepositCycles
RawRand
ProvisionalCreateCanisterWithCycles
ProvisionalTopUpCanister
UninstallCode
UpdateSettings
UploadChunk
ClearChunkStore
StoredChunks
InstallChunkedCode
FetchCanisterLogs
TakeCanisterSnapshot
LoadCanisterSnapshot
ListCanisterSnapshots
DeleteCanisterSnapshot
EcdsaPublicKey
There is no corresponding agent function as only canisters can call it.
SignWithEcdsa
There is no corresponding agent function as only canisters can call it.
BitcoinGetBalance
There is no corresponding agent function as only canisters can call it. Use BitcoinCanister instead.
BitcoinGetUtxos
There is no corresponding agent function as only canisters can call it. Use BitcoinCanister instead.
BitcoinSendTransaction
There is no corresponding agent function as only canisters can call it. Use BitcoinCanister instead.
BitcoinGetCurrentFeePercentiles
There is no corresponding agent function as only canisters can call it. Use BitcoinCanister instead.
BitcoinGetBlockHeaders
There is no corresponding agent function as only canisters can call it. Use BitcoinCanister instead.
NodeMetricsHistory
There is no corresponding agent function as only canisters can call it.
CanisterInfo
There is no corresponding agent function as only canisters can call it.