vaimee / desmo-sdk

MIT License
2 stars 1 forks source link

Refactor getQueryResult #7

Closed iosonopersia closed 2 years ago

iosonopersia commented 2 years ago

Refactored getQueryResult method of the Desmo module. See #4 for information on the rationale behind these changes. Moving from polling to an observable mechanism (even if, internally, the iExec SDK adopts a polling strategy to update the observable).

Closes #4.