Interface ICreateComputingContract

interface ICreateComputingContract {
    name: string;
    description?: string;
    bucket_uuid?: string;
    contractData: SchrodingerContractData;
}

Properties

name: string
description?: string
bucket_uuid?: string

Bucket where the encrypted files will be stored via IPFS

Optional

If this parameter is not passed, a new bucket will be created for the contract