Interface iClaimGatedContent

interface iClaimGatedContent {
    content?: string;
    params?: {
        [key: string]: any;
    };
    url?: string;
}

Properties

Properties

content?: string

The content (markdown supported) to be shown to successful claimers

params?: {
    [key: string]: any;
}

The params to be shown to successful claimers. Only used for pre-configured rewards.

url?: string

The URL to be shown to successful claimers