cooptypes - v2026.4.27-2
    Preparing search index...
    interface IRegisterContributor {
        blagorost_agreement?: Interfaces.Capital.IDocument2;
        contract?: Interfaces.Capital.IDocument2;
        contributor_hash: string;
        coopname: string;
        generator_agreement?: Interfaces.Capital.IDocument2;
        hours_per_day: Interfaces.Capital.IUint64;
        is_external_contract: boolean;
        rate_per_hour: string;
        storage_agreement: Interfaces.Capital.IDocument2;
        username: string;
    }
    Index

    Properties

    blagorost_agreement?: Interfaces.Capital.IDocument2
    contributor_hash: string
    coopname: string
    generator_agreement?: Interfaces.Capital.IDocument2
    hours_per_day: Interfaces.Capital.IUint64
    is_external_contract: boolean
    rate_per_hour: string
    storage_agreement: Interfaces.Capital.IDocument2
    username: string