Structs

Enums

Functions

  • Call a canister candid method, anonymous. The state machine executes update calls synchronously, so there is no need to poll for the result.
  • Call a canister candid method, authenticated. The state machine executes update calls synchronously, so there is no need to poll for the result.
  • Call a canister candid query method, anonymous.
  • Call a canister candid query method, authenticated.
  • A helper function that we use to implement both call_candid and query_candid.