Skip to content

Type Alias: TypesJob

ts
type TypesJob = object;

Job definition types for creating Nosana jobs

Properties

ipfsJob

ts
ipfsJob: string;

ipfsResult

ts
ipfsResult: string;

market

ts
market: PublicKeyOrAddress;

node

ts
node: string;

payer

ts
payer: PublicKeyOrAddress;

price

ts
price: number;

project

ts
project: PublicKeyOrAddress;

state

ts
state: string | number;

timeEnd

ts
timeEnd: number;

timeout

ts
timeout: number;

timeStart

ts
timeStart: number;