Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CallOptions

Options when doing a Agent.call call.

Hierarchy

  • CallOptions

Index

Properties

arg: ArrayBuffer

A binary encoded argument. This is already encoded and will be sent as is.

effectiveCanisterId: string | Principal

An effective canister ID, used for routing. Usually the canister ID, except for management canister calls.

see

https://internetcomputer.org/docs/current/references/ic-interface-spec/#http-effective-canister-id

methodName: string

The method name to call.

Generated using TypeDoc