1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-12-23 01:29:49 +01:00
This commit is contained in:
mihaisc 2020-05-04 15:51:10 +03:00
parent 5999d735a3
commit e6c9eec679
4 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
export * from './useConsume'
export * from './useMetadata'
export * from './useCompute'

View File

@ -1 +1,2 @@
export * from './useCompute'
export * from './ComputeOptions'

View File

@ -14,7 +14,7 @@ interface UseCompute {
}
// TODO: customize for compute
export const feedback: { [key in number]: string } = {
export const computeFeedback: { [key in number]: string } = {
99: 'Decrypting file URL...',
0: '1/3 Asking for agreement signature...',
1: '1/3 Agreement initialized.',