Skip to content

Type Alias: UpdateInput<TAccountMarket, TAccountAccessKey, TAccountAuthority>

ts
type UpdateInput<TAccountMarket, TAccountAccessKey, TAccountAuthority> = object;

Type Parameters

Type ParameterDefault type
TAccountMarket extends stringstring
TAccountAccessKey extends stringstring
TAccountAuthority extends stringstring

Properties

accessKey

ts
accessKey: Address<TAccountAccessKey>;

authority

ts
authority: TransactionSigner<TAccountAuthority>;

jobExpiration

ts
jobExpiration: UpdateInstructionDataArgs["jobExpiration"];

jobPrice

ts
jobPrice: UpdateInstructionDataArgs["jobPrice"];

jobTimeout

ts
jobTimeout: UpdateInstructionDataArgs["jobTimeout"];

jobType

ts
jobType: UpdateInstructionDataArgs["jobType"];

market

ts
market: Address<TAccountMarket>;

nodeStakeMinimum

ts
nodeStakeMinimum: UpdateInstructionDataArgs["nodeStakeMinimum"];