interface OracleRegistrarStorage {
    admin: string;
    claim_price: BigNumber;
    max_timestamp_age: number;
    set_child_record: string;
    treasury: string;
}

Properties

admin: string
claim_price: BigNumber
max_timestamp_age: number
set_child_record: string
treasury: string