IcpConfig
Defined in: pocket-ic-types.ts:249
Configures IC protocol properties.
betaFeatures?
Section titled “betaFeatures?”
optionalbetaFeatures:IcpConfigFlag
Defined in: pocket-ic-types.ts:253
Beta features (disabled on the ICP mainnet).
canisterBacktrace?
Section titled “canisterBacktrace?”
optionalcanisterBacktrace:IcpConfigFlag
Defined in: pocket-ic-types.ts:257
Canister backtraces (enabled on the ICP mainnet).
canisterExecutionRateLimiting?
Section titled “canisterExecutionRateLimiting?”
optionalcanisterExecutionRateLimiting:IcpConfigFlag
Defined in: pocket-ic-types.ts:266
Rate-limiting of canister execution (enabled on the ICP mainnet). Canister execution refers to instructions and memory writes here.
functionNameLengthLimits?
Section titled “functionNameLengthLimits?”
optionalfunctionNameLengthLimits:IcpConfigFlag
Defined in: pocket-ic-types.ts:261
Limits on function name length in canister WASM (enabled on the ICP mainnet).