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