cooptypes - v2026.4.30-alpha-1
    Preparing search index...

    Подписка кооператива на пакет в конкретной подсети.

    interface ISub {
        active: boolean;
        chain_id: string;
        coopname: string;
        created_at: string;
        end_at: string;
        id: AppsContract.Interfaces.IUint64;
        package_id: string;
        plan: string;
        start_at: string;
        updated_at: string;
    }
    Index

    Properties

    active: boolean
    chain_id: string
    coopname: string
    created_at: string
    end_at: string
    package_id: string
    plan: string
    start_at: string
    updated_at: string