OffchainRewardInput
Type Alias: OffchainRewardInput
type OffchainRewardInput = {
description: string | null;
image: string;
name: string;
symbol: string | null;
type: "POINT" | "BADGE";
};Properties
description?
optional description: string | null;image
name
symbol?
type
Last updated