OffchainRewardInput
@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
Defined in: sdk/src/types/schemaTypes.ts:893
name
Defined in: sdk/src/types/schemaTypes.ts:892
symbol?
Defined in: sdk/src/types/schemaTypes.ts:895
type
Defined in: sdk/src/types/schemaTypes.ts:891
Last updated