cooptypes - v2026.4.27-2
    Preparing search index...
    interface IProducerInfo {
        is_active: boolean;
        last_claim_time: string;
        location: number;
        owner: string;
        producer_authority: IVariantBlockSigningAuthorityV0;
        producer_key: string;
        total_votes: number;
        unpaid_blocks: number;
        url: string;
    }
    Index

    Properties

    is_active: boolean
    last_claim_time: string
    location: number
    owner: string
    producer_key: string
    total_votes: number
    unpaid_blocks: number
    url: string