You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indexer uses types from dan_layer/template_lib/src/models to return results. These models depend on Tari engine and do not have implementations for non-wasm environments.
To Reproduce
Steps to reproduce the behavior:
Create a component with some Vaults inside main state:
Developers of non-engine integrations will need a way to receive the "deep" substate, where Vaults will be represented not by Id's, but by real values. Otherwise they will need to put the logic of transformations inside the component itself or create wrappers around indexer to transform Vault(VaultId) into Vault(RealValue).
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS & Version: [e.g. iOS 10.2.1]
Browser & Version [e.g. chrome v71.0.12345]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser & Version [e.g. stock browser v0.1.2]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Indexer uses types from
dan_layer/template_lib/src/models
to return results. These models depend on Tari engine and do not have implementations for non-wasm environments.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Developers of non-engine integrations will need a way to receive the "deep" substate, where Vaults will be represented not by Id's, but by real values. Otherwise they will need to put the logic of transformations inside the component itself or create wrappers around indexer to transform
Vault(VaultId)
intoVault(RealValue)
.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: