InstanceName property

Pointer<Utf8> InstanceName
getter/setter pair

InstanceName is an arbitrary name to give to this SealdSsksTMRPlugin instance. Can be useful for debugging when multiple instances are running in parallel, as it is added to logs.

Implementation

external ffi.Pointer<pkg_ffi.Utf8> InstanceName;