Действие редактирует целевую потребительскую программу.

interface ICreateProgram {
    announce: string;
    calculation_type: string;
    coopname: string;
    description: string;
    draft_registry_id: SovietContract.Interfaces.IUint64;
    fixed_membership_contribution: string;
    hash_of_conditions: string;
    images: string;
    membership_percent_fee: SovietContract.Interfaces.IUint64;
    meta: string;
    preview: string;
    program_type: string;
    title: string;
    username: string;
}

Properties

announce: string
calculation_type: string
coopname: string
description: string
draft_registry_id: SovietContract.Interfaces.IUint64
fixed_membership_contribution: string
hash_of_conditions: string
images: string
membership_percent_fee: SovietContract.Interfaces.IUint64
meta: string
preview: string
program_type: string
title: string
username: string