ic-reactor
    Preparing search index...

    Type Alias CallContext

    type CallContext = {
        canisterId: types.Principal;
        methodName: string;
        httpDetails: utils.agent.HttpDetailsResponse;
    }
    Index

    Properties

    canisterId: types.Principal
    methodName: string