IcpConfig
Defined in: pocket-ic-types.ts:254
Configures IC protocol properties.
betaFeatures?
Section titled “betaFeatures?”
optionalbetaFeatures:IcpConfigFlag
Defined in: pocket-ic-types.ts:258
Beta features (disabled on the ICP mainnet).
canisterBacktrace?
Section titled “canisterBacktrace?”
optionalcanisterBacktrace:IcpConfigFlag
Defined in: pocket-ic-types.ts:262
Canister backtraces (enabled on the ICP mainnet).
canisterExecutionRateLimiting?
Section titled “canisterExecutionRateLimiting?”
optionalcanisterExecutionRateLimiting:IcpConfigFlag
Defined in: pocket-ic-types.ts:271
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:266
Limits on function name length in canister WASM (enabled on the ICP mainnet).