SDK Plugin Dependencies
Pass these into createTenebraePlugin so the plugin can persist unlock material and broadcast prepared transactions.
| Dependency | Role |
|---|---|
storage | Host key-value shell (e.g. MemoryStorage) |
provider | Wallet RPC — sendTransaction for tx broadcast |
storageCrypto | AES-GCM encrypt / decrypt for unlock material at rest |
Unlock itself is a product Auth / client step after create — see Lifecycle.
Next: pin chain and tokens in SDK Plugin Config.