Skip to main content

createTenebraePlugin

createTenebraePlugin(
host: { storage: Storage; provider: Provider },
config: ITenebraeKohakuPluginConfigType,
options: { storageCrypto: IKohakuSecureStorageCrypto }
): Promise<ITenebraeKohakuPluginType>
ParameterTypeRequiredDescription
host{ storage, provider }yesWallet shell — provider.sendTransaction for tx broadcast
configplugin configyesSDK Plugin Config
options.storageCryptosecure storage cryptoyesAES-GCM for unlock material at rest

Returns: Plugin with settlement verbs + extras. Sandbox: SDK Plugin card.


Next