OffchainRewardInput

@torque-labs/sdk


@torque-labs/sdk / OffchainRewardInput

Type Alias: OffchainRewardInput

type OffchainRewardInput = {
  description: string | null;
  image: string;
  name: string;
  symbol: string | null;
  type: "POINT" | "BADGE";
};

Defined in: sdk/src/types/schemaTypes.ts:890

Properties

description?

optional description: string | null;

Defined in: sdk/src/types/schemaTypes.ts:894


image

image: string;

Defined in: sdk/src/types/schemaTypes.ts:893


name

name: string;

Defined in: sdk/src/types/schemaTypes.ts:892


symbol?

optional symbol: string | null;

Defined in: sdk/src/types/schemaTypes.ts:895


type

type: "POINT" | "BADGE";

Defined in: sdk/src/types/schemaTypes.ts:891

Last updated