Optionaloptions: {OptionalcaptpVersion?: stringOptionaldebugLabel?: stringOptionaldebugMode?: booleanEXPERIMENTAL: If true, exposes _debug object on Ocapn instances with internal APIs for testing. Default: false.
OptionalenableImportCollection?: booleanIf true, imports are tracked with WeakRefs and GC'd when unreachable. Default: true.
OptionalgiftTable?: Map<string, any>Optionallogger?: LoggerIf provided, overrides the default console-based logger. The same logger is also handed to netlayer factories registered via registerNetlayer. When omitted, defaults to a console-based logger labelled with debugLabel; info is suppressed unless verbose is true.
OptionalswissnumTable?: Map<string, any>Optionalverbose?: boolean
For testing: override the CapTP version sent in handshakes