Skip to content
IC Reactor

FakeCallContext

Defined in: core/src/testing/fake-replica.ts:43

Who sent a call, as the fake replica reports it to a canister.

readonly caller: Principal

Defined in: core/src/testing/fake-replica.ts:49

The principal that sent the call: the anonymous principal, or the one the signing identity names (the root of its delegation chain, if it has one), after the fake has checked the request’s signatures.