configSchema
configSchema: { 
    $id: string; 
    properties: { 
        feePoolAddress: { 
            format: string; 
            type: string; 
        }; 
        feeTokenID: { 
            format: string; 
            type: string; 
        }; 
        maxBlockHeightZeroFeePerByte: { 
            format: string; 
            type: string; 
        }; 
        minFeePerByte: { 
            format: string; 
            type: string; 
        }; 
    }; 
    required: string[]; 
    type: string; 
} = configSchema
Type declaration
- 
$id: string
 
- 
properties: { 
    feePoolAddress: { 
        format: string; 
        type: string; 
    }; 
    feeTokenID: { 
        format: string; 
        type: string; 
    }; 
    maxBlockHeightZeroFeePerByte: { 
        format: string; 
        type: string; 
    }; 
    minFeePerByte: { 
        format: string; 
        type: string; 
    }; 
}
- 
feePoolAddress: { 
    format: string; 
    type: string; 
}
- 
format: string
 
- 
type: string
 
 
- 
feeTokenID: { 
    format: string; 
    type: string; 
}
- 
format: string
 
- 
type: string
 
 
- 
maxBlockHeightZeroFeePerByte: { 
    format: string; 
    type: string; 
}
- 
format: string
 
- 
type: string
 
 
- 
minFeePerByte: { 
    format: string; 
    type: string; 
}
- 
format: string
 
- 
type: string
 
 
 
- 
required: string[]
 
- 
type: string