We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extend
export interface ComputeAsset { **fileObject: BaseFileObject** documentId: string serviceId: string transferTxId?: string userdata?: { [key: string]: any } ...
By adding fileObject
For reference check this Ocean Node PR: oceanprotocol/ocean-node#705 ... export enum EncryptMethod { AES = 'AES', ECIES = 'ECIES' }
export interface BaseFileObject { type: string encryptedBy?: string encryptMethod?: EncryptMethod }
Also add support for start C2D on free compute Environments ( new route: freeCompute )
freeCompute
The text was updated successfully, but these errors were encountered:
paulo-ocean
Successfully merging a pull request may close this issue.
extend
By adding fileObject
For reference check this Ocean Node PR: oceanprotocol/ocean-node#705
...
export enum EncryptMethod {
AES = 'AES',
ECIES = 'ECIES'
}
export interface BaseFileObject {
type: string
encryptedBy?: string
encryptMethod?: EncryptMethod
}
Also add support for start C2D on free compute Environments ( new route:
freeCompute
)The text was updated successfully, but these errors were encountered: