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. This should only be mentioned if it's different from the canister ID.

methodName: string

The method name to call.

Generated using TypeDoc