Type Alias: OfferTensorBuyAction

@torque-labs/torque-ts-sdkDocs


@torque-labs/torque-ts-sdk / OfferTensorBuyAction

Type Alias: OfferTensorBuyAction

type OfferTensorBuyAction: {
  eventConfig: TensorAction;
  timeConfig: TimeConfig;
  type: EventType.TENSOR_BUY;
};

Tensor buy action bounty step requirements.

Type declaration

NameType

eventConfig

TensorAction

timeConfig?

TimeConfig

type

EventType.TENSOR_BUY

Defined in

src/types/api.ts:375

Last updated