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;
}

Properties

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