Interface DalParametric

interface DalParametric {
    attestation_lag: number;
    attestation_threshold?: number;
    availability_threshold: number;
    blocks_per_epoch?: number;
    endorsement_lag?: number;
    feature_enable: boolean;
    number_of_shards: number;
    number_of_slots: number;
    page_size?: number;
    redundancy_factor?: number;
    slot_size?: number;
}

Properties

attestation_lag: number
attestation_threshold?: number
availability_threshold: number
blocks_per_epoch?: number
endorsement_lag?: number
feature_enable: boolean
number_of_shards: number
number_of_slots: number
page_size?: number
redundancy_factor?: number
slot_size?: number

Generated using TypeDoc