IcpConfig
Defined in: pocket-ic-types.ts:249
Configures IC protocol properties.
betaFeatures?
Section titled “betaFeatures?”
optional
betaFeatures:IcpConfigFlag
Defined in: pocket-ic-types.ts:253
Beta features (disabled on the ICP mainnet).
canisterBacktrace?
Section titled “canisterBacktrace?”
optional
canisterBacktrace:IcpConfigFlag
Defined in: pocket-ic-types.ts:257
Canister backtraces (enabled on the ICP mainnet).
canisterExecutionRateLimiting?
Section titled “canisterExecutionRateLimiting?”
optional
canisterExecutionRateLimiting: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?”
optional
functionNameLengthLimits:IcpConfigFlag
Defined in: pocket-ic-types.ts:261
Limits on function name length in canister WASM (enabled on the ICP mainnet).