CanisterStatusOptions: {
    canisterId: types.Principal;
    agent: types.HttpAgent;
    paths?: utils.agent.CanisterStatus.Path[] | Set<utils.agent.CanisterStatus.Path>;
    blsVerify?: utils.agent.CreateCertificateOptions["blsVerify"];
}

Type declaration