Type Alias MasterConfig

MasterConfig: {
    admin: Address;
    ifActive: number;
    oraclesInfo: OraclesInfo;
    tokenKeys: Cell | null;
}