ic-reactor
    Preparing search index...
    type CanisterStatusOptions = {
        canisterId: types.Principal;
        agent: types.HttpAgent;
        paths?:
            | utils.agent.CanisterStatus.Path[]
            | Set<utils.agent.CanisterStatus.Path>;
        blsVerify?: utils.agent.CreateCertificateOptions["blsVerify"];
    }
    Index

    Properties

    canisterId: types.Principal