Type Alias: OfferTensorBidAction

@torque-labs/torque-ts-sdkDocs


@torque-labs/torque-ts-sdk / OfferTensorBidAction

Type Alias: OfferTensorBidAction

type OfferTensorBidAction: {
  eventConfig: TensorAction;
  timeConfig: TimeConfig;
  type: EventType.TENSOR_BID;
};

Tensor bid action bounty step requirements.

Type declaration

NameType

eventConfig

TensorAction

timeConfig?

TimeConfig

type

EventType.TENSOR_BID

Defined in

src/types/api.ts:384

Last updated